Skip to content

Releases: melittleman/RedisKit

0.2.4

26 Feb 09:40
Compare
Choose a tag to compare

What's Changed?

Fixes

  • Fixed issue with ".last_activity" date format in authentication properties by @melittleman in (460a504)

Full Changelog: v0.2.3...v0.2.4

0.2.3

25 Feb 13:07
Compare
Choose a tag to compare

What's Changed?

Improvements

  • Added JsonSerializerOptions optional parameter to search extension methods by @melittleman in (c1e4a9d)
  • Added the named options for AuthenticationTicketOptions to the DI container by @melittleman in (d4fc219)
  • Updated RedisTicketStore to use TPL pipelining to update the last activity property by @melittleman in (970cdf9)
  • Added IMemoryCache usage to RedisTicketStore by @melittleman in (16e104c)

Full Changelog: v0.2.2...v0.2.3

0.2.2

23 Feb 09:56
Compare
Choose a tag to compare

What's Changed?

Improvements

  • Added ".last_activity" item to the properties of an AuthenticationTicket when it is updated by @melittleman in (eeac36e)
  • Updated SearchFilter to include the query for simplified usage by @melittleman in (abb9828)
  • SearchCommands extensions updates to remove usage of search term parameter by @melittleman in (02b9079)

Full Changelog: v0.2.1...v0.2.2

0.2.1

13 Feb 18:59
Compare
Choose a tag to compare

What's Changed?

Improvements

  • AuthenticationTicket JSON converter updates to support JsonNamingPolicy by @melittleman in 321ce4c

Full Changelog: v0.2.0...v0.2.1

0.2.0

13 Feb 11:55
Compare
Choose a tag to compare

What's Changed?

Improvements

  • Updated RedisTicketStore to pass in configured JsonSerializerOptions by @melittleman in 07e5bec
  • Updated TargetFramework to .NET 8 to resolve deprecated Microsoft.AspNetCore.Authentication.Cookies package by @melittleman in 7419a35
  • Refactored to use newly available .NET Core APIs by @melittleman in 4a63e70
  • Documentation updates to unify package descriptions by @melittleman in 4adf392

Full Changelog: v0.1.0...v0.2.0

0.1.0

10 Feb 13:43
Compare
Choose a tag to compare

Fixes

  • Resolved issue with incorrect ITicketStore configuration.
  • Removed references to IRedisClientFactory from documentation.

Improvements

  • Updated all references and namespaces to RedisKit.
  • Refactored RedisClient methods into extensions for easier usage.

Full Changelog: v0.0.4...v0.1.0

Release 0.0.4

29 Jan 12:41
Compare
Choose a tag to compare
  • Dependency package version updates.
  • Changed access modifier for public string extensions.
  • Added new connection builder method for configuring Open Telemetry.

Full Changelog: v0.0.3...v0.0.4

Release 0.0.3

29 Jan 12:00
Compare
Choose a tag to compare

New Feature:
Added Guid extension method for querying against non-escaped tag values.

Full Changelog: v0.0.2...v0.0.3

Release 0.0.2

29 Jan 11:32
Compare
Choose a tag to compare

New Feature:
Implemented string extension for escaping special characters when querying.

Full Changelog: v0.0.1...v0.0.2

Release 0.0.1

11 Dec 20:19
Compare
Choose a tag to compare

Initial release version to push to GitHub packages feed for testing.

Full Changelog: https://github.com/melittleman/RedisKit/commits/v0.0.1