Skip to content

Releases: DGKSK8LIFE/redisql

v1.0.3

28 Nov 17:46
Compare
Choose a tag to compare

New Features

  1. Reimplemented logging with levels, optimized logging system as a whole.
  2. Huge performance optimizations via custom pipelining and chunks.

Features Yet to Be Completed

  1. Autosync
  2. Dockerization

v2

29 Sep 01:27
Compare
Choose a tag to compare
v2

Major Release v2.0.0

New Features/Patches

  • Created issue + PR templates (#42)
  • POSTGRES SUPPORT LES GOOO!
  • Replicated test cases for Postgres (#41)
  • Moved to feature branches over the monolithic unstable branch for new feature contributions (#40)
  • Added CONTRIBUTING.md (#39)
  • Made project icon/image (refactored multiple times; #38)
  • Added Discord link in README (#35)
  • Added Test Harness (unit testing) thanks to @stemount (#33)

Features Removed

  • Logging in its entirety; was a large bottleneck and didn't have much value to the end-user so rethinking it atm

TODO

  • Performance optimizations
  • Exploring Redis Streams/PubSub
  • Autosync (#23)

v1.0.2

23 Aug 01:02
Compare
Choose a tag to compare

Release 1.0.2

Features Added

  • Improved logs with unique characters (fixes #26)

Features To Be Added

  1. Support for other SQL servers
  2. Autosync (if I can do it in a performant way)

v1.0.1

26 Jul 17:57
Compare
Choose a tag to compare

Release 1.0.1

Resolved Issues

  1. #17
  2. #20

Features to be implemented

  1. Support for other SQL servers

v1.0.0

20 Jul 16:14
Compare
Choose a tag to compare

Release 1.0

New Features

  1. Improved logs with optional command line output
  2. Proper CLI tool with YAML configuration
  3. Support for Redis strings, lists, and hashes

Features to be implemented

  1. Support for other SQL servers

Fully Documented MVP

02 Jul 22:40
Compare
Choose a tag to compare

Added documentation, functioning gomod, and a separate CLI installation option.

Test release

02 Jul 21:16
Compare
Choose a tag to compare
Test release Pre-release
Pre-release
v0.0

test for release