@subql/node-algorand 3.10.1-1 → 3.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,12 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.11.0] - 2024-05-02
8
10
  ### Changed
9
11
  - Update dependencies and apply changes to match (#115)
10
12
 
11
13
  ### Removed
12
14
  - Unused deps and deprecated type (#116)
13
15
 
16
+ ### Fixed
17
+ - Timestamp filter not working (#117)
18
+
14
19
  ## [3.10.0] - 2024-04-10
15
20
  ### Changed
16
21
  - Updated with node-core.Now dictionary support multiple dictionary endpoints, indexer will fetch and switch dictionaries base on available blocks
@@ -234,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234
239
  - Synced latest changes from main repo. (#10)
235
240
 
236
241
  ## [1.6.0] - 2022-08-04
237
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...HEAD
242
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.0...HEAD
243
+ [3.11.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...node-algorand/3.11.0
238
244
  [3.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...node-algorand/3.10.0
239
245
  [3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1
240
246
  [3.9.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.8.1...node-algorand/3.9.0