Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Releases: gozeloglu/kvs

v0.2.9

06 Nov 12:45
Compare
Choose a tag to compare

What's changed

  • Added Decr function in cf3b98c.
  • Added DecrBy function in c78a70b.
  • Added mu.Lock() and mu.Unlock() to prevent race conditions in 92a0c81.

Full Changelog: v0.2.8...v0.2.9

v0.2.8

29 Oct 12:08
Compare
Choose a tag to compare

New features added:

Full Changelog: v0.2.7...v0.2.8

v0.2.7

27 Oct 21:49
Compare
Choose a tag to compare
  • Exists function added in 3cbae96.

v0.2.6

27 Oct 13:52
Compare
Choose a tag to compare

🎉 New features added:

v0.2.5

17 Oct 11:29
Compare
Choose a tag to compare

v0.2.4

17 Oct 11:25
Compare
Choose a tag to compare
  • Time interval error in test fixed in 10adaac.
  • Readme updated in 31ad9ce.

v0.2.3

16 Oct 20:20
Compare
Choose a tag to compare
  • Server log lines added in e6a0957.

v0.2.2

16 Oct 19:36
Compare
Choose a tag to compare

There is no big changes.

  • Godoc update and
  • addr in Kvs made Addr in 82ac1b1.

v0.2.1

16 Oct 19:07
Compare
Choose a tag to compare

v0.2.0

16 Oct 18:14
Compare
Choose a tag to compare
  • Server implementation added in ecb843e.
  • /set endpoint added to server in cd72705.
  • /get endpoint added to server in 4fd3bd7.
  • /save endpoint added to server in 9f09412.
  • Time interval added for saving data to file periodically 84c03bb.