Skip to content

Releases: Mnwa/Recon

Mini release

22 Apr 13:21
8ca3ac7

Choose a tag to compare

Changes

  • Updated deps
  • Added handling errors on delete method

The major update

02 Dec 17:47
6a7f05c

Choose a tag to compare

Changes

  • Db engine swapped to the own Recon Engine!
  • Increase performance on replications
  • Now adapter constructors must return Adapter interface
  • Moved licence to Apache 2.0
  • Updated all dependencies

2019-04-16, Version 3.0.0 (Canary)

12 Nov 18:14

Choose a tag to compare

Pre-release

Changes

  • Move engine from bitcask to the ReconEngine
  • Updated deps

2019-04-16, Version 2.1.0 (Stable)

26 Apr 10:38

Choose a tag to compare

Changes

Update replication, now transactions structures will be reused

Bugfix

Fix string upper value when env method get by key used

2019-04-16, Version 2.0.3 (Stable)

16 Apr 13:38

Choose a tag to compare

Changelog

Fatures

  • Add triming keys and values
  • Add checks for valid key=value data in create/update methods
  • Add spliting by only first = in key=val=ue case

2019-04-14, Version 2.0.2 (Stable)

15 Apr 12:55

Choose a tag to compare

Changelog

Bugfix

Fix critical bug with duplicate keys in default env and project type keys

2019-04-14, Version 2.0.1 (Stable)

14 Apr 12:52

Choose a tag to compare

Refactor test and fix header of gzip backup

2019-04-12, Version 2.0.0 (Stable)

11 Apr 23:44
e90753b

Choose a tag to compare

Changelog

  • Support multi master replication
  • Switch backup data to protobufs

2019-04-10, Version 1.0.1 (Stable)

10 Apr 10:44

Choose a tag to compare

Changelog

Features

  • Update docs
  • Move controllers to dir

First stable release

09 Apr 23:32

Choose a tag to compare

Now that's package ready for use! But it's not recommend for production usage.

Changelog

Features

  • Config data type
  • Backups
  • Prometheus metrics
  • Default project type

Bugs fixes

  • Fix upper case values on update
  • Fix duplicate save old values on update