Skip to content

Latest commit

 

History

History
165 lines (89 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

165 lines (89 loc) · 4.88 KB

3.0.0 (2024-02-06)

Features

  • update Orleans version to 8.0.0

2.2.0 (2023-10-25)

Features

  • update Orleans version to 7.2.2

2.0.0 (2023-02-21)

Features

  • update to Orleans 7

1.5.0 (2023-02-21)

Features

  • Added a deflate unit tests (that verifies file integrity)
  • Added BrotliCompression, DeflateCompression, GZipCompression and RawDeflateCompression modules that can be used to compress human serialized data

1.4.1 (2023-01-10)

Features

  • Added/Updated unit tests
  • Refactored GrainStateStoregments enabled DeleteOldSegments in RedisStorageOptions

1.4.0 (2023-01-06)

Features

  • Added a feature to compress serialized data when using Orleans Serializer - can be enabled by calling: AddDefaultRedisBrotliSerializer() using Brotli Serialization
  • Added a feature to segment data in chunks - this uses HashTable in redis - can be enabled by setting option SegmentSize in RedisStorageOptions
  • Option to delete unused Segments enabled DeleteOldSegments in RedisStorageOptions

1.3.0 (2023-01-02)

Features

  • Expose default Json serializer settings
  • Add CommandTimeout to RedisStorageOptions

1.2.2 (2022-01-20)

Fix

  • Align Default JsonSerializer settings across ISiloHost & ISiloHostBuilderSettings

1.2.1 (2021-07-12)

Fix

  • Do not alter keys in dictionary in default JSON serialization

1.2.0 (2021-07-12)

Features

  • Expose ServiceProvider when configure serializers

1.1.0 (2021-01-29)

Features

  • Implement RedisStorageOptions.WithKeyBuilder which allows you to configure how the key will be built

1.0.3 (2021-01-25)

Features

  • Add timer diagnostic which takes long

1.0.2 (2021-01-25)

Features

  • Improve the diagnostic message and include key

1.0.1 (2021-01-15)

Features

  • Improve type name logging

1.0.0 (2021-01-15)

Features

  • Semantic Versioning
  • Improve the diagnostic message when state exceeds threshold size

0.8.1 (2021-01-14)

Bug Fixes

  • Fix log diagnostic message when state exceeds threshold size

0.8.0 (2021-01-14)

Features

  • Log diagnostic message when state exceeds threshold size

0.7.0 (2019-06-23)

Features

  • Update Orleans v3.2 & Redis v2.1.58

BREAKING CHANGES

  • Update Orleans v3.2
  • Update Redis v2.1.58
  • Update MessagePack v2.1.143

0.6.0 (2019-10-25)

Features

  • Update Orleans v3.0

BREAKING CHANGES

  • Update Orleans v3.0

0.5.0 (2019-09-26)

BUG FIXES

  • pubsub: add OrleansJsonSerializer settings to json converter

BREAKING CHANGES

  • IHumanReadableSerializer add type parameter to the Deserialize

0.4.0 (2019-06-20)

Features

  • builder: add generic host support
  • builder: move namespace so Orleans.Hosting

BREAKING CHANGES

  • RedisStorageOptionsBuilder has been renamed to RedisStorageSiloHostBuilderOptionsBuilder (for non generic host)

0.3.1 (2019-05-03)

Features

  • Ssl: add Ssl support.

0.3.0 (2019-04-02)

Features

  • RedisStorageOptionsBuilder: add options builder.