3.0.0 (2024-02-06)
- update Orleans version to 8.0.0
2.2.0 (2023-10-25)
- update Orleans version to 7.2.2
2.0.0 (2023-02-21)
- update to Orleans 7
1.5.0 (2023-02-21)
- 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)
- Added/Updated unit tests
- Refactored GrainStateStoregments enabled
DeleteOldSegments
in RedisStorageOptions
1.4.0 (2023-01-06)
- 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)
- Expose default Json serializer settings
- Add
CommandTimeout
toRedisStorageOptions
1.2.2 (2022-01-20)
- Align Default JsonSerializer settings across
ISiloHost
&ISiloHostBuilderSettings
1.2.1 (2021-07-12)
- Do not alter keys in dictionary in default JSON serialization
1.2.0 (2021-07-12)
- Expose
ServiceProvider
when configure serializers
1.1.0 (2021-01-29)
- Implement
RedisStorageOptions.WithKeyBuilder
which allows you to configure how the key will be built
1.0.3 (2021-01-25)
- Add timer diagnostic which takes long
1.0.2 (2021-01-25)
- Improve the diagnostic message and include key
1.0.1 (2021-01-15)
- Improve type name logging
1.0.0 (2021-01-15)
- Semantic Versioning
- Improve the diagnostic message when state exceeds threshold size
0.8.1 (2021-01-14)
- Fix log diagnostic message when state exceeds threshold size
0.8.0 (2021-01-14)
- Log diagnostic message when state exceeds threshold size
0.7.0 (2019-06-23)
- Update Orleans v3.2 & Redis v2.1.58
- Update Orleans v3.2
- Update Redis v2.1.58
- Update MessagePack v2.1.143
0.6.0 (2019-10-25)
- Update Orleans v3.0
- Update Orleans v3.0
0.5.0 (2019-09-26)
- pubsub: add OrleansJsonSerializer settings to json converter
IHumanReadableSerializer
add type parameter to the Deserialize
0.4.0 (2019-06-20)
- builder: add generic host support
- builder: move namespace so
Orleans.Hosting
RedisStorageOptionsBuilder
has been renamed toRedisStorageSiloHostBuilderOptionsBuilder
(for non generic host)
0.3.1 (2019-05-03)
Ssl
: add Ssl support.
0.3.0 (2019-04-02)
RedisStorageOptionsBuilder
: add options builder.