You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [v0.7.4]
8
+
9
+
### Added
10
+
- Add --v and --vv options to scripts/test to change logging to notice / log when running tests.
11
+
- Add framework for option to cache expensive item formatting/hydrating calls. Note: this only provides functionality to add and read from the cached calls, but does not have any wiring to remove any entries from the cache.
12
+
- Update the costs for json formatting functions to 5000 to help the query planner choose to prefer using indexes on json fields.
13
+
14
+
### Fixed
15
+
- Fix bug in foreign key and unique collection detection in queryables trigger function, update tests to catch.
16
+
- Add collection id to tokens to ensure uniqueness and improve speed when looking up token values. Update tests to use the new keys. Old item id only tokens are still valid, but new results will all contain the new keys.
17
+
- Improve performance when looking for whether next/prev links should be added.
18
+
- Update Search function to remove the use of cursors and temp tables.
19
+
- Update get_token_filter to remove the use of temp tables.
0 commit comments