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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,21 @@
1
-
### [2.12.0] - UNRELEASED
1
+
### [2.12.0] - 2026-07-18
2
2
3
3
#### Added
4
4
5
-
N/A
5
+
- Allow controlling return type of asset quantities through a media query. Allowing string instead of integer when using `Accept: application/json:asset-quantity=string`.
6
+
7
+
- New slot-range index usage for wildcard (*) match queries (see [#194](https://github.com/CardanoSolutions/kupo/issues/194)).
6
8
7
9
#### Changed
8
10
9
-
- Bumped internal dependencies to cardano-node==10.5.1
11
+
- Bumped internal dependencies to cardano-node==11.0.1.
10
12
11
13
- Fixed network synchronisation calculations (see [#191](https://github.com/CardanoSolutions/kupo/issues/191)).
12
14
15
+
- Rework some integration tests to avoid issues with closed file handles.
16
+
17
+
- Fixed read-only mode requiring write permissions on the database directory.
0 commit comments