Releases: fergusstrange/embedded-postgres
Releases · fergusstrange/embedded-postgres
v1.29.0
What's Changed
- Update versions by @fergusstrange in #142
Full Changelog: v1.28.0...v1.29.0
v1.28.0
What's Changed
- Upgrade versions by @fergusstrange in #140
Full Changelog: v1.27.0...v1.28.0
v1.27.0
What's Changed
- make encoding configurable in initdb by @zzzFelix in #133
- Update build & test workflows by @der-eismann in #136
New Contributors
- @der-eismann made their first contribution in #136
Full Changelog: v1.26.0...v1.27.0
v1.26.0
What's Changed
- Add V16 constant by @zzzFelix in #129
- fix(deps): upgrade postgres for 13 constant from
13.11
to13.14.0
by @michaelbrewer in #131 - Upgrade versions by @fergusstrange in #132
New Contributors
- @zzzFelix made their first contribution in #129
- @michaelbrewer made their first contribution in #131
Full Changelog: v1.25.0...v1.26.0
v1.25.0
What's Changed
- Fixed decompression issue when downloaded using chunked encoding by @djcass44 in #124
- Allow creating databases with dashes in the name by @mboulton-fathom in #125
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #122
New Contributors
- @djcass44 made their first contribution in #124
- @mboulton-fathom made their first contribution in #125
- @dependabot made their first contribution in #122
Full Changelog: v1.24.0...v1.25.0
v1.24.0
v1.23.0
What's Changed
- Apple silicon tests by @fergusstrange in #116
- Custom Config Values by @jgiles and @fergusstrange in #117
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
- [config.go] Add
GetConnectionURL
by @SamuelMarks in #108 - Add
sync.Mutex
andos.Rename
to prevent corrupted file when downloading the Postgres archive by @alecsammon in #105 - Version Updates by @fergusstrange in #113
New Contributors
- @SamuelMarks made their first contribution in #108
- @alecsammon made their first contribution in #105
Full Changelog: v1.21.0...v1.22.0
v1.21.0
Improved logging during errors
v1.20.0
- Add better support for Apple Mac M1/M2 devices, from version 14.2 onwards.
- Update versions of Postgres, including addition of v15.
- Upgrade from Golang 1.13 to 1.18.
- Update deprecated system calls.