Skip to content

Releases: Sensaphone/ValuStor

1.0.3

29 Aug 16:29
e5d69ba
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fixed a compile error that occurred when enabling JSON support (#15).

1.0.2

23 May 15:56
bce94ca
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an initialization flaw that caused a segmentation fault if the remote database was unavailable (#13).

1.0.1

21 May 00:50
62b2778
Compare
Choose a tag to compare

Improvements

  • Added support for customizing the network port to connect to the backend database server. (#12)

1.0.0

09 May 02:26
9e373f0
Compare
Choose a tag to compare

Bug Fixes

  • The database connection initialization is now done by the backlog thread. This fixes the backlog limitation (#8).
  • Fixed a pointer initialization race condition. (#9)

1.0.0-rc2

26 Apr 01:42
8dee9ba
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

Bug Fixes

  • Fixed an issue where entries in the backlog queue could overwrite newer entries that did not use the queue. (#4)
  • Fixed the test cases to reflect the changes made to the template ordering prior to the first release candidate.

Improvements

  • Improved UUID handling to make it simpler to write code using UUIDs with ValuStor. (#6)
  • The record insertion timestamp can now be specified explicitly in the store() call. (#4)
  • Reorganized and added to the README.md project documentation.
  • Added a usage guide for common use cases.

1.0.0-rc1

18 Apr 17:16
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Notes

  • This is the first public release candidate