Skip to content

Commit

Permalink
chore(release): 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed Nov 25, 2023
1 parent 4cea3e0 commit a25f1a0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.4.0](https://github.com/Soontao/cds-mysql/compare/v7.3.0...v7.4.0) (2023-11-25)


### Features

* support cds 7.4 ([#479](https://github.com/Soontao/cds-mysql/issues/479)) ([97d9bb8](https://github.com/Soontao/cds-mysql/commit/97d9bb8175ce7fd5993632d415fdb2f51d164035))


### Bug Fixes

* **deps:** update dependency luxon to v3.4.4 ([d95bf09](https://github.com/Soontao/cds-mysql/commit/d95bf098d3f7ef930b0e19771709c8e8a31e9cb4))
* **deps:** update dependency mysql2 to v3.6.3 ([e531652](https://github.com/Soontao/cds-mysql/commit/e531652f5593c7a8991fdb3a05ead950865c1d58))
* **deps:** update dependency mysql2 to v3.6.4 ([549e1dd](https://github.com/Soontao/cds-mysql/commit/549e1dd4f251d6018f0b118366737f2c48241390))
* **deps:** update dependency mysql2 to v3.6.5 ([13491a0](https://github.com/Soontao/cds-mysql/commit/13491a0af1a72b72e988d43b9f36d7a551211f0a))

## [7.3.0](https://github.com/Soontao/cds-mysql/compare/v7.2.1...v7.3.0) (2023-10-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-mysql",
"version": "7.3.0",
"version": "7.4.0",
"main": "lib/index.js",
"cds.main": "./index.cds",
"description": "mysql database adapter for cds",
Expand Down

4 comments on commit a25f1a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: a25f1a0 Previous: c618983 Ratio
query#select_only 26642 ops/sec (±3.76%) 27437 ops/sec (±1.94%) 1.03
query#select_limit 27105 ops/sec (±3.49%) 26509 ops/sec (±2.39%) 0.98
query#select_projection_where 9921 ops/sec (±4.23%) 11408 ops/sec (±1.23%) 1.15
query#select_where_expr 5901 ops/sec (±6.95%) 8213 ops/sec (±1.43%) 1.39
query#select_for_update 27182 ops/sec (±3.51%) 27431 ops/sec (±1.63%) 1.01
query#select_for_update_wait 26614 ops/sec (±3.07%) 27637 ops/sec (±1.15%) 1.04
query#select_from_inner_table 14148 ops/sec (±4.87%) 15036 ops/sec (±1.62%) 1.06
query#upsert_into_entries 24063 ops/sec (±3.32%) 24554 ops/sec (±2.56%) 1.02
query#insert_into_entries 24522 ops/sec (±3.52%) 24339 ops/sec (±1.59%) 0.99
query#insert_into_as_select 20155 ops/sec (±4.11%) 22023 ops/sec (±1.52%) 1.09
query#update_where_set 12608 ops/sec (±4.84%) 14655 ops/sec (±1.98%) 1.16
query#update_with 21394 ops/sec (±3.21%) 22331 ops/sec (±1.35%) 1.04
query#delete_all 28111 ops/sec (±3.31%) 27922 ops/sec (±1.20%) 0.99
query#delete_simple_where 14910 ops/sec (±4.13%) 17899 ops/sec (±1.48%) 1.20
query#delete_complicated_where 11536 ops/sec (±5.88%) 14619 ops/sec (±1.49%) 1.27
typeorm#build_typeorm_entity_for_integration 10.46 ops/sec (±9.66%) 16.19 ops/sec (±5.89%) 1.55
typeorm#build_typeorm_entity_for_fiori 14.12 ops/sec (±5.36%) 19.44 ops/sec (±0.72%) 1.38

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: a25f1a0 Previous: c618983 Ratio
query#select_only 38288 ops/sec (±1.22%) 27437 ops/sec (±1.94%) 0.72
query#select_limit 37232 ops/sec (±1.58%) 26509 ops/sec (±2.39%) 0.71
query#select_projection_where 14871 ops/sec (±2.18%) 11408 ops/sec (±1.23%) 0.77
query#select_where_expr 8971 ops/sec (±2.37%) 8213 ops/sec (±1.43%) 0.92
query#select_for_update 36630 ops/sec (±1.83%) 27431 ops/sec (±1.63%) 0.75
query#select_for_update_wait 36845 ops/sec (±1.80%) 27637 ops/sec (±1.15%) 0.75
query#select_from_inner_table 19464 ops/sec (±1.67%) 15036 ops/sec (±1.62%) 0.77
query#upsert_into_entries 35723 ops/sec (±2.12%) 24554 ops/sec (±2.56%) 0.69
query#insert_into_entries 34307 ops/sec (±2.00%) 24339 ops/sec (±1.59%) 0.71
query#insert_into_as_select 29479 ops/sec (±1.89%) 22023 ops/sec (±1.52%) 0.75
query#update_where_set 18367 ops/sec (±2.36%) 14655 ops/sec (±1.98%) 0.80
query#update_with 29750 ops/sec (±1.90%) 22331 ops/sec (±1.35%) 0.75
query#delete_all 39378 ops/sec (±1.61%) 27922 ops/sec (±1.20%) 0.71
query#delete_simple_where 23399 ops/sec (±2.38%) 17899 ops/sec (±1.48%) 0.76
query#delete_complicated_where 19500 ops/sec (±1.65%) 14619 ops/sec (±1.49%) 0.75
typeorm#build_typeorm_entity_for_integration 17.54 ops/sec (±6.03%) 16.19 ops/sec (±5.89%) 0.92
typeorm#build_typeorm_entity_for_fiori 21.67 ops/sec (±1.14%) 19.44 ops/sec (±0.72%) 0.90

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: a25f1a0 Previous: c618983 Ratio
query#select_only 38714 ops/sec (±0.97%) 27437 ops/sec (±1.94%) 0.71
query#select_limit 37545 ops/sec (±1.72%) 26509 ops/sec (±2.39%) 0.71
query#select_projection_where 14501 ops/sec (±3.70%) 11408 ops/sec (±1.23%) 0.79
query#select_where_expr 8999 ops/sec (±2.31%) 8213 ops/sec (±1.43%) 0.91
query#select_for_update 37927 ops/sec (±1.32%) 27431 ops/sec (±1.63%) 0.72
query#select_for_update_wait 37406 ops/sec (±1.67%) 27637 ops/sec (±1.15%) 0.74
query#select_from_inner_table 19723 ops/sec (±1.32%) 15036 ops/sec (±1.62%) 0.76
query#upsert_into_entries 35268 ops/sec (±2.20%) 24554 ops/sec (±2.56%) 0.70
query#insert_into_entries 33919 ops/sec (±2.31%) 24339 ops/sec (±1.59%) 0.72
query#insert_into_as_select 29339 ops/sec (±2.11%) 22023 ops/sec (±1.52%) 0.75
query#update_where_set 18840 ops/sec (±2.65%) 14655 ops/sec (±1.98%) 0.78
query#update_with 29979 ops/sec (±1.86%) 22331 ops/sec (±1.35%) 0.74
query#delete_all 38571 ops/sec (±1.82%) 27922 ops/sec (±1.20%) 0.72
query#delete_simple_where 23332 ops/sec (±2.13%) 17899 ops/sec (±1.48%) 0.77
query#delete_complicated_where 19637 ops/sec (±1.56%) 14619 ops/sec (±1.49%) 0.74
typeorm#build_typeorm_entity_for_integration 17.6 ops/sec (±5.78%) 16.19 ops/sec (±5.89%) 0.92
typeorm#build_typeorm_entity_for_fiori 21.5 ops/sec (±1.53%) 19.44 ops/sec (±0.72%) 0.90

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cds-mysql benchmark

Benchmark suite Current: a25f1a0 Previous: c618983 Ratio
query#select_only 37615 ops/sec (±1.69%) 27437 ops/sec (±1.94%) 0.73
query#select_limit 37517 ops/sec (±1.72%) 26509 ops/sec (±2.39%) 0.71
query#select_projection_where 14925 ops/sec (±2.99%) 11408 ops/sec (±1.23%) 0.76
query#select_where_expr 8695 ops/sec (±4.64%) 8213 ops/sec (±1.43%) 0.94
query#select_for_update 37391 ops/sec (±1.75%) 27431 ops/sec (±1.63%) 0.73
query#select_for_update_wait 37137 ops/sec (±1.34%) 27637 ops/sec (±1.15%) 0.74
query#select_from_inner_table 19438 ops/sec (±2.54%) 15036 ops/sec (±1.62%) 0.77
query#upsert_into_entries 35208 ops/sec (±0.59%) 24554 ops/sec (±2.56%) 0.70
query#insert_into_entries 34568 ops/sec (±0.29%) 24339 ops/sec (±1.59%) 0.70
query#insert_into_as_select 29388 ops/sec (±2.07%) 22023 ops/sec (±1.52%) 0.75
query#update_where_set 18847 ops/sec (±1.58%) 14655 ops/sec (±1.98%) 0.78
query#update_with 29780 ops/sec (±2.15%) 22331 ops/sec (±1.35%) 0.75
query#delete_all 38718 ops/sec (±1.78%) 27922 ops/sec (±1.20%) 0.72
query#delete_simple_where 23210 ops/sec (±2.11%) 17899 ops/sec (±1.48%) 0.77
query#delete_complicated_where 19483 ops/sec (±1.55%) 14619 ops/sec (±1.49%) 0.75
typeorm#build_typeorm_entity_for_integration 17.4 ops/sec (±5.92%) 16.19 ops/sec (±5.89%) 0.93
typeorm#build_typeorm_entity_for_fiori 21.88 ops/sec (±1.56%) 19.44 ops/sec (±0.72%) 0.89

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.