forked from stablekernel/aqueduct
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: housekeeping 2 20 24 (#216)
* CI fixes and postgres upgrade * add sdk version to smokes * parent versioning * sync versions * postgres version upgrade
- Loading branch information
Showing
99 changed files
with
767 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 2023-11-22 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- [`conduit` - `v4.4.0`](#conduit---v4310) | ||
- [`conduit_codable` - `v4.3.8`](#conduit_codable---v438) | ||
- [`conduit_common` - `v4.3.8`](#conduit_common---v438) | ||
- [`conduit_config` - `v4.3.8`](#conduit_config---v438) | ||
- [`conduit_isolate_exec` - `v4.3.8`](#conduit_isolate_exec---v438) | ||
- [`conduit_open_api` - `v4.3.8`](#conduit_open_api---v438) | ||
- [`conduit_password_hash` - `v4.3.8`](#conduit_password_hash---v438) | ||
- [`conduit_runtime` - `v4.3.8`](#conduit_runtime---v438) | ||
- [`conduit_test` - `v4.3.8`](#conduit_test---v438) | ||
- [`fs_test_agent` - `v4.3.8`](#fs_test_agent---v438) | ||
|
||
Packages with other changes: | ||
|
||
- [`conduit_core` - `v4.4.0`](#conduit_core---v440) | ||
- [`conduit_postgresql` - `v4.4.0`](#conduit_postgresql---v440) | ||
|
||
Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): | ||
|
||
- `conduit` - `v4.4.0` | ||
- `conduit_codable` - `v4.3.8` | ||
- `conduit_common` - `v4.3.8` | ||
- `conduit_config` - `v4.3.8` | ||
- `conduit_core` - `v4.4.0` | ||
- `conduit_isolate_exec` - `v4.3.8` | ||
- `conduit_open_api` - `v4.3.8` | ||
- `conduit_password_hash` - `v4.3.8` | ||
- `conduit_postgresql` - `v4.4.0` | ||
- `conduit_runtime` - `v4.3.8` | ||
- `conduit_test` - `v4.3.8` | ||
- `fs_test_agent` - `v4.3.8` | ||
|
||
--- | ||
|
||
#### `conduit` - `v4.4.0` | ||
|
||
#### `conduit_codable` - `v4.3.8` | ||
|
||
#### `conduit_common` - `v4.3.8` | ||
|
||
#### `conduit_config` - `v4.3.8` | ||
|
||
#### `conduit_isolate_exec` - `v4.3.8` | ||
|
||
#### `conduit_open_api` - `v4.3.8` | ||
|
||
#### `conduit_password_hash` - `v4.3.8` | ||
|
||
#### `conduit_runtime` - `v4.3.8` | ||
|
||
#### `conduit_test` - `v4.3.8` | ||
|
||
#### `fs_test_agent` - `v4.3.8` | ||
|
||
#### `conduit_core` - `v4.4.0` | ||
|
||
#### `conduit_postgresql` - `v4.4.0` | ||
|
||
|
||
## 2023-11-22 | ||
|
||
### Changes | ||
|
||
--- | ||
|
||
Packages with breaking changes: | ||
|
||
- There are no breaking changes in this release. | ||
|
||
Packages with other changes: | ||
|
||
- [`conduit` - `v4.4.0-dev.0`](#conduit---v4310-dev0) | ||
- [`conduit_codable` - `v4.3.8-dev.0`](#conduit_codable---v438-dev0) | ||
- [`conduit_common` - `v4.3.8-dev.0`](#conduit_common---v438-dev0) | ||
- [`conduit_config` - `v4.3.8-dev.0`](#conduit_config---v438-dev0) | ||
- [`conduit_core` - `v4.4.0-dev.0`](#conduit_core---v440-dev0) | ||
- [`conduit_isolate_exec` - `v4.3.8-dev.0`](#conduit_isolate_exec---v438-dev0) | ||
- [`conduit_open_api` - `v4.3.8-dev.0`](#conduit_open_api---v438-dev0) | ||
- [`conduit_password_hash` - `v4.3.8-dev.0`](#conduit_password_hash---v438-dev0) | ||
- [`conduit_postgresql` - `v4.4.0-dev.0`](#conduit_postgresql---v440-dev0) | ||
- [`conduit_runtime` - `v4.3.8-dev.0`](#conduit_runtime---v438-dev0) | ||
- [`conduit_test` - `v4.3.8-dev.0`](#conduit_test---v438-dev0) | ||
- [`fs_test_agent` - `v4.3.8-dev.0`](#fs_test_agent---v438-dev0) | ||
|
||
--- | ||
|
||
#### `conduit` - `v4.4.0-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_codable` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_common` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_config` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_core` - `v4.4.0-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
- **FEAT**: sort predicate ([#203](https://github.com/conduit-dart/conduit/issues/203)). ([1f51879c](https://github.com/conduit-dart/conduit/commit/1f51879c26a37e4671206a79b2f319629173f046)) | ||
|
||
#### `conduit_isolate_exec` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_open_api` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_password_hash` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_postgresql` - `v4.4.0-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
- **FEAT**: sort predicate ([#203](https://github.com/conduit-dart/conduit/issues/203)). ([1f51879c](https://github.com/conduit-dart/conduit/commit/1f51879c26a37e4671206a79b2f319629173f046)) | ||
|
||
#### `conduit_runtime` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `conduit_test` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
||
#### `fs_test_agent` - `v4.3.8-dev.0` | ||
|
||
- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b)) | ||
- **REFACTOR**: House Keeping July 22. ([cf1eb45e](https://github.com/conduit-dart/conduit/commit/cf1eb45e035a202a97c6baab3348c030a667628b)) | ||
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.