Skip to content

Latest commit

 

History

History
82 lines (46 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

82 lines (46 loc) · 1.4 KB

Re.this Changelog

0.2.7

  • Try to fix jvm package.

0.2.6

  • Added RType.unwrap function to unwrap RType.
  • Improved List nullable responses parsing.

0.2.5

  • Added shutdown hook.
  • Improved request flow.

0.2.4

  • Enhanced the algorithm for parsing.

0.2.3

  • Reorganized response parsing to improve performance, improved benchmarks.

0.2.2

  • Fixed casting issue caused by type erasure and wrong inlining.

0.2.1

  • Added connection retrying.
  • Added socket configuration.
  • Upgraded JVM target version to 17

0.2.0

  • Implemented Bitmap, Stream commands.

0.1.9

  • Improved redis response parsing.

0.1.8

  • Improved pub/sub flow, added common event handler.

0.1.7

  • Supported android targets (androidNativeArm32, androidNativeArm64, androidNativeX64, androidNativeX86).

0.1.6

  • Added tls connection support

0.1.5

  • Added option to pass redis url address.

0.1.4

  • Use stricter typing in arguments.
  • Removed unnecessary option constructs and moved to VaryingArgument.
  • Removed unnecessary different type write operations since the protocol states that it always array of bulk strings.
  • Supported setting charset for incoming and outgoing messages.

0.1.3

  • Publish missing meta package

0.1.2

  • Fixing build

0.1.1

  • Published to maven

0.1.0

  • Initial version