Today we published AppBeat 1.3.6 with following features:

  • “Account / API Access” - possible to call first AppBeat REST method which returns status overview of your system. This allows you to create your own simple client. We will add more useful methods in future.
  • security improvement: same application session can not be used from multiple IP addresses
  • we are now displaying question dialog when new web client is available (you can also postpone version upgrade) –> this will be visible first time when next version arrives
  • back-end upgraded to .NET Core 1.0 RTM
  • other minor improvements

API access is currently simple (just one method), but now we have solid infrastructure on which we can build. Next we will try to add REST method for measuring page speed from different locations. Website speed will be measured on remote browser and will also download all page resources (CSS, scripts, images, …).

.NET Core 1.0 was officially released yesterday at Red Hat DevNation. Few hours later we already had our entire web backend migrated to RTM version. Because all internal tests were positive, we decided to push it to our production environment - less than 24 hours since official announcement :) This is what we call agile development :)

If your current version does not update to 1.3.6, simply press CTRL+F5 in your web browser. This should reload your page and replace cached version with new one.