Skip to content

Commit a8dd4da

Browse files
chore(2.x): release 2.10.0 (#190)
* chore(2.x): release 2.10.0 * Update changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: roxblnfk <roxblnfk@ya.ru>
1 parent 943437e commit a8dd4da

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.9.0"
2+
".": "2.10.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.10.0](https://github.com/cycle/database/compare/2.9.0...v2.10.0) (2024-04-04)
4+
5+
### Features
6+
- Add support JSON columns in `orderBy` statement by @msmakouz (#184)
7+
- Add `mediumText` column type by @msmakouz (#178)
8+
- Add support for the `NOT` operator in SQL queries. Add new methods `whereNot`, `andWhereNot`, and `orWhereNot` by @msmakouz (#185)
9+
10+
### Bug Fixes
11+
- Fixed caching of SQL insert query with Fragment values by @msmakouz (#177)
12+
- Fixed detection of enum values in PostgreSQL when a enum field has only one value by @msmakouz (#181)
13+
- Fix psalm type for `DatabaseInterface::transaction()` method by @roxblnfk (#186)
14+
15+
### Continuous Integration
16+
- Automate changelog and release management @lotyp (#189)
17+
318
## [2.9.0](https://github.com/cycle/database/compare/2.8.1...2.9.0) (2024-03-27)
419

520
### Features

0 commit comments

Comments
 (0)