Releases: fergusstrange/embedded-postgres
Releases · fergusstrange/embedded-postgres
v1.30.0
What's Changed
- fix: error typos and introduce error types by @dhaus67 in #143
- fix: detect pg_ctl exists instead of bin dir by @wenerme in #144
- fix: StartParameters on Windows by @hugodutka in #146
- Fix osx builds by @fergusstrange in #147
New Contributors
- @dhaus67 made their first contribution in #143
- @wenerme made their first contribution in #144
- @hugodutka made their first contribution in #146
Full Changelog: v1.29.0...v1.30.0
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