File tree Expand file tree Collapse file tree 7 files changed +27
-6
lines changed Expand file tree Collapse file tree 7 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "db-service" : " 2.1.2 " ,
3
- "sqlite" : " 2.0.1 " ,
4
- "postgres" : " 2.0.2 " ,
2
+ "db-service" : " 2.2.0 " ,
3
+ "sqlite" : " 2.0.2 " ,
4
+ "postgres" : " 2.0.3 " ,
5
5
"hana" : " 2.1.1"
6
6
}
Original file line number Diff line number Diff line change 4
4
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
- This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.2.0] ( https://github.com/cap-js/cds-dbs/compare/db-service-v2.1.2...db-service-v2.2.0 ) (2025-06-30)
8
+
9
+
10
+ ### Added
11
+
12
+ * ** recurse:** object-page hierarchies ([ #1247 ] ( https://github.com/cap-js/cds-dbs/issues/1247 ) ) ([ 6fe81f2] ( https://github.com/cap-js/cds-dbs/commit/6fe81f27bc1aee0b8edebe3d9251928ebea8474a ) )
13
+
7
14
## [ 2.1.2] ( https://github.com/cap-js/cds-dbs/compare/db-service-v2.1.1...db-service-v2.1.2 ) (2025-06-12)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cap-js/db-service" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"description" : " CDS base database service" ,
5
5
"homepage" : " https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 4
4
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
- This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.0.3] ( https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.2...postgres-v2.0.3 ) (2025-06-30)
8
+
9
+
10
+ ### Fixed
11
+
12
+ * ** ` cds-build ` :** retain more build relevant options in the deployer app ([ #1206 ] ( https://github.com/cap-js/cds-dbs/issues/1206 ) ) ([ e7ed70f] ( https://github.com/cap-js/cds-dbs/commit/e7ed70f36920867ec0063d29255e3681dec1b60c ) )
13
+
7
14
## [ 2.0.2] ( https://github.com/cap-js/cds-dbs/compare/postgres-v2.0.1...postgres-v2.0.2 ) (2025-06-04)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cap-js/postgres" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " CDS database service for Postgres" ,
5
5
"homepage" : " https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 4
4
- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
5
5
- This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ 2.0.2] ( https://github.com/cap-js/cds-dbs/compare/sqlite-v2.0.1...sqlite-v2.0.2 ) (2025-06-30)
8
+
9
+
10
+ ### Fixed
11
+
12
+ * ** deps:** update dependency better-sqlite3 to v12 ([ #1253 ] ( https://github.com/cap-js/cds-dbs/issues/1253 ) ) ([ 8975490] ( https://github.com/cap-js/cds-dbs/commit/8975490f29624a96d2c0f128b19a6ddc5b66f91d ) )
13
+
7
14
## [ 2.0.1] ( https://github.com/cap-js/cds-dbs/compare/sqlite-v2.0.0...sqlite-v2.0.1 ) (2025-05-27)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cap-js/sqlite" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " CDS database service for SQLite" ,
5
5
"homepage" : " https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments