Releases: silverstripe/silverstripe-postgresql
Releases · silverstripe/silverstripe-postgresql
2.3.4
What's Changed
- DEP Bump minimum version of framework by @emteknetnz in #152
Full Changelog: 2.3.3...2.3.4
3.0.0
What's Changed
- DOCS Known issue about collations by @chillu in #101
- MNT Test using PHPUnit9 by @emteknetnz in #128
- MNT Use GitHub Actions CI by @emteknetnz in #130
- MNT Standardise modules by @emteknetnz in #132
- DEP Update dependencies for CMS 5 by @emteknetnz in #134
- MNT Use PHP 8.1 for manually created CI jobs by @emteknetnz in #136
- API Rescue Master Branch PR: Update PostgreSQLQuery to use generators by @GuySartorelli in #135
- FIX Revert using generators by @emteknetnz in #137
- API Update PostgreSQLQuery to use generators by @GuySartorelli in #138
- FIX Reset query generator after iteration is complete by @GuySartorelli in #139
- FIX Match new CMS5 api by @maxime-rainville in #144
- API Remove PDO support by @emteknetnz in #145
- MNT Use gha-dispatch-ci by @emteknetnz in #146
- DOC Update README.md for CMS 5 by @GuySartorelli in #147
- BUG Use more robust logic to retrieve generated ID by @maxime-rainville in #148
New Contributors
- @GuySartorelli made their first contribution in #135
Full Changelog: 2.3.2...3.0.0
3.0.0-beta1
This Beta release adds support for Silverstripe CMS 5.
What's Changed
- DOCS Known issue about collations by @chillu in #101
- MNT Test using PHPUnit9 by @emteknetnz in #128
- MNT Use GitHub Actions CI by @emteknetnz in #130
- MNT Standardise modules by @emteknetnz in #132
- DEP Update dependencies for CMS 5 by @emteknetnz in #134
- MNT Use PHP 8.1 for manually created CI jobs by @emteknetnz in #136
- API Rescue Master Branch PR: Update PostgreSQLQuery to use generators by @GuySartorelli in #135
- FIX Revert using generators by @emteknetnz in #137
- API Update PostgreSQLQuery to use generators by @GuySartorelli in #138
- FIX Reset query generator after iteration is complete by @GuySartorelli in #139
- FIX Match new CMS5 api by @maxime-rainville in #144
New Contributors
- @GuySartorelli made their first contribution in #135
Full Changelog: 2.3.2...3.0.0-beta1
2.3.3
What's Changed
- MNT Test using PHPUnit9 by @emteknetnz in #128
- MNT Use GitHub Actions CI by @emteknetnz in #130
- MNT Standardise modules by @emteknetnz in #132
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- MNT Travis shared config, use sminnee/phpunit by @emteknetnz in #119
- MNT Rearrange travis matrix by @emteknetnz in #121
- FIX Ignore invalid byte character by @emteknetnz in #127
New Contributors
- @emteknetnz made their first contribution in #119
Full Changelog: 2.3.1...2.3.2
2.3.1
2.3.0
- BUG Fix issues preventing a site from being migrated from SS3 to SS4 (#104) (Maxime Rainville) - 753d73e
- API Increased support to 9.2 (Ingo Schommer) - bf4fb87
- NEW: Drop PHP 5.6 testing (Sam Minnee) - 82f8a06
- FIX Usage of a bug-feature around aliases (Serge Latyntcev) - 0ffaf90
- Remove branch alias (Guy Marriott) - 3d6920c
- Bump branch alias for 2.3.x-dev (Guy Marriott) - b6bab35
2.2.0
This release includes a fix to ensure return types are consistent. Boolean columns (or values) fetched with SQL will now return as 1
or 0
(integers).
- MINOR: Add comment to explain ‘f’ coercion. (Sam Minnee) - fd27c17
- FIX: Boolean ’t’/‘f’ strings need to be coerced to int properly. (Sam Minnee) - 32a0aad
- FIX: Removed test that has been moved back to framework (Sam Minnee) - 8f70ac8
- FIX: Return correct types in PostgreSQLQuery (Sam Minnee) - 72787ae
2.1.0
- Remove obsolete branch alias (Robbie Averill) - e123f69
- Prefer source so we get the tests. (Maxime Rainville) - 6378003
- Targeting 4.3.x-dev (Maxime Rainville) - b210c72
- Correct typo in targeted version. (Maxime Rainville) - 7fe935f
- Test against recipe-cms 4. (Maxime Rainville) - 694c405
- API Support better transaction nesting (Damian Mooyman) - e0d5536
- Add supported module badge to readme (Dylan Wagstaff) - 513c969
- FIX Allow nested transactions (Daniel Hensby) - 97afbd9
- FIX: Add missing $totalCount variable (Loz Calver) - 390cb09
- Fix PostgreSQLDatabase::searchEngine() (Loz Calver) - 851309f
2.0.2
FIX Allow nested transactions