2.3.0 Release
This is the 2.3.0 final release.
Below is the list of changes in this release.
- Added activemq as execution mode
(a9065a4) (thanks sidewalker!) - Added elasticsearch as storage provider (#37) (thanks MaikJaek!)
- Added riak as storage provider (9991043)
(thanks wylly!) - Added influxdb as storage provider
- Added prometheus integration (c8556dc)
(thanks sidewalker!) - Added Docker support for spring boot apps (#26) (thanks ProZachJ!)
- Added support for per-client-application configurations (ie. not global)
(#34) (thanks shreyasdn!) - Added Java and Python client libraries generated by swagger (#59)
(thanks mahmoodm2!) - Added new sub-project (https://github.com/jtmelton/appsensor-reverse-proxy/) to function as reverse proxy
option with out of the box support for handling a number of detection points - Updated mongo storage provider for better performance and bumped version support
(#41) - Updated influxdb integration after version deployed to maven central
- Fixed test issue running on Windows machines (#49) (thanks mahmoodm2!)
- Fix async websocket issue for spring boot client (#30)
- Fix timezone offset issue in dashboard UI (#31)
- Fix several minor bugs
- Completed CI setup (Travis-CI - thank you!)
- Added code of conduct and contribution guidelines to documentation
- Updated documentation for ELK and Grafana options (thanks sims143!)
- Updated Kafka documentation (thanks rtmorgan!)
- Updated documentation for Rest API in appsensor.org website (#27)
- Improved query performance of JPA *Store implementations
- Minor refactoring of ResponseStore implementation for code de-duplication