v1.13.0
- Add wasm build tags by @omerfirmak in https://github.com/VictoriaMetrics/fastcache/pull/87
- Enable malloc_heap.go on JS targets by @PlasmaPower in https://github.com/VictoriaMetrics/fastcache/pull/66
- update deps versions by @f41gh7 in https://github.com/VictoriaMetrics/fastcache/pull/91
- improve bucket.Get requests performance by @f41gh7 in https://github.com/VictoriaMetrics/fastcache/pull/92
- introduce new stats item EvictedBytes by @f41gh7 in https://github.com/VictoriaMetrics/fastcache/pull/93
Full Changelog: https://github.com/VictoriaMetrics/fastcache/compare/v1.12.5...v1.13.0
Release v1.12.4
Breaking Change:
The LoadFromFile function now accepts a second parameter: maxBytes. To retain the previous behavior, pass 0 as the value for maxBytes.