mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
c61a4000d8
Implement activity.Scheduler to serialize and limit the number of calls on the activity service. This way we protect form inefficient parallel queries and easy support async and rate limiting based on the API requirements. Refactor the activity APIs async and use the Scheduler for managing the activity service calls configured with one of the two rules: cancel ignore. Updates status-desktop #11170
843 B
843 B
Changelog
2.1.7 - Apr 13th 2023
- Renamed test_utils.go to utils_test.go
2.1.6 - Feb 15th 2023
- Added
GetAndMoveToBack()
andGetAndMoveToFront()
methods
2.1.5 - Dec 13th 2022
- Added
Value()
method
2.1.4 - Dec 12th 2022
- Fixed a bug with UTF-8 special characters in JSON keys
2.1.3 - Dec 11th 2022
- Added support for JSON marshalling/unmarshalling of wrapper of primitive types
2.1.2 - Dec 10th 2022
- Allowing to pass options to
New
, to give a capacity hint, or initial data - Allowing to deserialize nested ordered maps from JSON without having to explicitly instantiate them
- Added the
AddPairs
method
2.1.1 - Dec 9th 2022
- Fixing a bug with JSON marshalling
2.1.0 - Dec 7th 2022
- Added support for JSON serialization/deserialization