Skip to content

Commit

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

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.3.0](https://github.com/Soontao/cds-mysql/compare/v7.2.1...v7.3.0) (2023-10-20)


### Features

* support new job service/extensibility service ([54adcd4](https://github.com/Soontao/cds-mysql/commit/54adcd4ed5c60489405520550d46c3b16db64421))


### Bug Fixes

* **deps:** update dependency mysql2 to v3.6.2 ([08b28b9](https://github.com/Soontao/cds-mysql/commit/08b28b9d59b4e15a3c108f0c719896641306849b))

### [7.2.1](https://github.com/Soontao/cds-mysql/compare/v7.2.0...v7.2.1) (2023-10-06)


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.2.1",
"version": "7.3.0",
"main": "lib/index.js",
"cds.main": "./index.cds",
"description": "mysql database adapter for cds",
Expand Down

1 comment on commit a9a26ea

@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: a9a26ea Previous: c618983 Ratio
query#select_only 28564 ops/sec (±2.13%) 27437 ops/sec (±1.94%) 0.96
query#select_limit 29038 ops/sec (±1.09%) 26509 ops/sec (±2.39%) 0.91
query#select_projection_where 11762 ops/sec (±1.28%) 11408 ops/sec (±1.23%) 0.97
query#select_where_expr 7643 ops/sec (±5.84%) 8213 ops/sec (±1.43%) 1.07
query#select_for_update 28255 ops/sec (±1.53%) 27431 ops/sec (±1.63%) 0.97
query#select_for_update_wait 27954 ops/sec (±1.76%) 27637 ops/sec (±1.15%) 0.99
query#select_from_inner_table 15541 ops/sec (±2.09%) 15036 ops/sec (±1.62%) 0.97
query#upsert_into_entries 26474 ops/sec (±0.77%) 24554 ops/sec (±2.56%) 0.93
query#insert_into_entries 25487 ops/sec (±2.47%) 24339 ops/sec (±1.59%) 0.95
query#insert_into_as_select 22751 ops/sec (±2.05%) 22023 ops/sec (±1.52%) 0.97
query#update_where_set 15976 ops/sec (±1.23%) 14655 ops/sec (±1.98%) 0.92
query#update_with 24051 ops/sec (±0.40%) 22331 ops/sec (±1.35%) 0.93
query#delete_all 29370 ops/sec (±1.45%) 27922 ops/sec (±1.20%) 0.95
query#delete_simple_where 18522 ops/sec (±1.26%) 17899 ops/sec (±1.48%) 0.97
query#delete_complicated_where 14968 ops/sec (±1.49%) 14619 ops/sec (±1.49%) 0.98
typeorm#build_typeorm_entity_for_integration 13.82 ops/sec (±5.73%) 16.19 ops/sec (±5.89%) 1.17
typeorm#build_typeorm_entity_for_fiori 16.31 ops/sec (±1.61%) 19.44 ops/sec (±0.72%) 1.19

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

Please sign in to comment.