Skip to content

Releases: Mnwa/Recon

Mini release

Choose a tag to compare

@Mnwa Mnwa released this 22 Apr 13:21
8ca3ac7

Changes

  • Updated deps
  • Added handling errors on delete method

The major update

Choose a tag to compare

@Mnwa Mnwa released this 02 Dec 17:47
6a7f05c

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)

Pre-release

Choose a tag to compare

@Mnwa Mnwa released this 12 Nov 18:14

Changes

  • Move engine from bitcask to the ReconEngine
  • Updated deps

2019-04-16, Version 2.1.0 (Stable)

Choose a tag to compare

@Mnwa Mnwa released this 26 Apr 10:38

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)

Choose a tag to compare

@Mnwa Mnwa released this 16 Apr 13:38

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)

Choose a tag to compare

@Mnwa Mnwa released this 15 Apr 12:55

Changelog

Bugfix

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

2019-04-14, Version 2.0.1 (Stable)

Choose a tag to compare

@Mnwa Mnwa released this 14 Apr 12:52
Refactor test and fix header of gzip backup

2019-04-12, Version 2.0.0 (Stable)

Choose a tag to compare

@Mnwa Mnwa released this 11 Apr 23:44
e90753b

Changelog

  • Support multi master replication
  • Switch backup data to protobufs

2019-04-10, Version 1.0.1 (Stable)

Choose a tag to compare

@Mnwa Mnwa released this 10 Apr 10:44

Changelog

Features

  • Update docs
  • Move controllers to dir

First stable release

Choose a tag to compare

@Mnwa Mnwa released this 09 Apr 23:32

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