File tree 5 files changed +18
-4
lines changed
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "db-service" : " 1.17.1 " ,
2
+ "db-service" : " 1.17.2 " ,
3
3
"sqlite" : " 1.8.0" ,
4
- "postgres" : " 1.11.0 " ,
4
+ "postgres" : " 1.11.1 " ,
5
5
"hana" : " 1.6.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
+ ## [ 1.17.2] ( https://github.com/cap-js/cds-dbs/compare/db-service-v1.17.1...db-service-v1.17.2 ) (2025-02-09)
8
+
9
+
10
+ ### Fixed
11
+
12
+ * replace polynomial regex with simple string op ([ #1015 ] ( https://github.com/cap-js/cds-dbs/issues/1015 ) ) ([ 3fe6e6b] ( https://github.com/cap-js/cds-dbs/commit/3fe6e6b7f7aaf5aafb811acf2838cd1da30052a8 ) )
13
+
7
14
## [ 1.17.1] ( https://github.com/cap-js/cds-dbs/compare/db-service-v1.17.0...db-service-v1.17.1 ) (2025-02-04)
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" : " 1.17.1 " ,
3
+ "version" : " 1.17.2 " ,
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
+ ## [ 1.11.1] ( https://github.com/cap-js/cds-dbs/compare/postgres-v1.11.0...postgres-v1.11.1 ) (2025-02-09)
8
+
9
+
10
+ ### Fixed
11
+
12
+ * postgres build plugin w ` --production ` ([ #1018 ] ( https://github.com/cap-js/cds-dbs/issues/1018 ) ) ([ aafffc9] ( https://github.com/cap-js/cds-dbs/commit/aafffc99cb509380e5ae7738376e4d30ce5d66f2 ) )
13
+
7
14
## [ 1.11.0] ( https://github.com/cap-js/cds-dbs/compare/postgres-v1.10.5...postgres-v1.11.0 ) (2025-01-28)
8
15
9
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cap-js/postgres" ,
3
- "version" : " 1.11.0 " ,
3
+ "version" : " 1.11.1 " ,
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" : {
You can’t perform that action at this time.
0 commit comments