Skip to content

Releases: jtmelton/appsensor

2.3.3 Release

21 Jun 04:43
Compare
Choose a tag to compare

This is the 2.3.3 final release.

Below is the list of changes in this release.

Changes in version 2.3.3 (2018/06/21)

  • Resolved timestamp encoding issue found by customer (#91)

2.3.2 Release

05 Apr 06:10
Compare
Choose a tag to compare

This is the 2.3.2 final release.

Below is the list of changes in this release.

Changes in version 2.3.2 (2017/04/05)

  • Resolved spring security integration issue found by customer
    (#74)

2.3.0 Release

29 Sep 18:54
Compare
Choose a tag to compare

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

2.2.0 Release

19 Sep 02:40
Compare
Choose a tag to compare

This is the 2.2.0 final release.

Below is the list of changes in this release.

  • First version of appsensor-ui
  • Improved query performance of JPA *Store implementations
  • Minor refactoring of ResponseStore implementation for code de-duplication

2.2.0 RC2 Release

11 Sep 04:35
Compare
Choose a tag to compare
2.2.0 RC2 Release Pre-release
Pre-release

This is the second (and hopefully final) release candidate release for AppSensor version 2.2.0.
Assuming no significant bugs, we'll move to a v2.2.0 final release in the late September 2015 timeframe.

This release is primarily concerned with the initial release of appsensor-ui, which are listed here: https://github.com/jtmelton/appsensor/blob/dev-v2.2/changelog.txt

This release will resolve the following tickets:
#10
#11

2.2.0 RC1 Release

05 Sep 02:36
Compare
Choose a tag to compare
2.2.0 RC1 Release Pre-release
Pre-release

This is the first release candidate release for AppSensor version 2.2.0.
Assuming no significant bugs, we'll move to at least 1 more release candidate, aiming for a v2.2.0 final release in the late September 2015 timeframe.

This release is primarily concerned with the initial release of appsensor-ui, which are listed here: https://github.com/jtmelton/appsensor/blob/dev-v2.2/changelog.txt

This release will resolve the following tickets:
#10
#11

2.1.0 Release

09 Jun 05:52
Compare
Choose a tag to compare

This is the 2.1.0 final release.

Below is the list of changes in this release.

  • Geolocation of end users now possible (optional configuration)
  • Added support for RabbitMQ execution mode
  • Added support for Kafka execution mode
  • Added support for JMX Notification emitter
  • Added support for CEF (over syslog) emitter
  • Documentation updates to cover new features
    and generally enhance end/user developer documentation
  • Update maven configurations to upgrade dependency
    versions and correct configuration for generating
    javadocs and maven "site"
  • Added spring security integration that covers:
    • events emitted by spring security added to appsensor
    • a custom appsensor user manager
    • a custom appsensor security context repository
  • Added example app to show usage in local mode with
    spring security integration
  • Added example app to show the use of appsensor for
    something other than application layer IDS. In this case,
    it is being used as an exception tracker. As exceptions
    are generated, they are logged with appsensor, then a simple
    custom UI shows them in a grouped list. While the example
    is simple and contrived, a more sophisticated UI could
    allow for grouping, searching, sorting and analysis.

2.1.0 RC2 Release

02 Jun 04:31
Compare
Choose a tag to compare
2.1.0 RC2 Release Pre-release
Pre-release

This is the second (and hopefully final) release candidate release for AppSensor version 2.1.0.
Assuming no significant bugs, we'll shoot for a v2.1.0 final release in the June 2015 timeframe.

2.1.0 RC1 Release

26 May 04:33
Compare
Choose a tag to compare
2.1.0 RC1 Release Pre-release
Pre-release

This is the first release candidate release for AppSensor version 2.1.0.
Assuming no significant bugs, we'll move to at least 1 more release candidate, aiming for a v2.1.0 final release in the June 2015 timeframe.

This release contains a number of new features, which are listed here: https://github.com/jtmelton/appsensor/blob/dev-v2.1/changelog.txt

This release will additionally resolve the following tickets:
#19
#9
#12

2.0.1 Release

26 Feb 06:25
Compare
Choose a tag to compare

This is the 2.0.1 final release

This release primarily added support for the issue - multiple detection point configurations per detection point label (#18)

In addition, there was some basic refactoring done.