-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d927096
commit 0264933
Showing
9 changed files
with
101 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# pgmoneta 0.15.0 | ||
|
||
This is a feature release. | ||
|
||
This release contains the work of Shahryar Soltanpour and Chao Gu in their Google Summer of Code. | ||
|
||
### Features | ||
|
||
* [#296 Implement the ability to extract WAL records from WAL files](https://github.com/pgmoneta/pgmoneta/issues/296) | ||
* [#365 Management: Create common fields across commands](https://github.com/pgmoneta/pgmoneta/issues/365) | ||
* [#366 Management: Client side translation of numeric fields](https://github.com/pgmoneta/pgmoneta/issues/366) | ||
* [#367 Rename INFO_VERSION to INFO_MAJOR_VERSION](https://github.com/pgmoneta/pgmoneta/issues/367) | ||
* [#368 INFO_COMPRESSION / MANAGEMENT_ARGUMENT_COMPRESSION](https://github.com/pgmoneta/pgmoneta/issues/368) | ||
* [#369 INFO_ENCRYPTION / MANAGEMENT_ARGUMENT_ENCRYPTION](https://github.com/pgmoneta/pgmoneta/issues/369) | ||
* [#372 WAL Write Functionality](https://github.com/pgmoneta/pgmoneta/issues/372) | ||
* [#374 Support escape character in JSON](https://github.com/pgmoneta/pgmoneta/issues/373) | ||
* [#374 Support BASE64 as a value](https://github.com/pgmoneta/pgmoneta/issues/374) | ||
* [#376 Management: Compression support](https://github.com/pgmoneta/pgmoneta/issues/376) | ||
* [#377 Management: Encryption support](https://github.com/pgmoneta/pgmoneta/issues/377) | ||
* [#378 Compact JSON format](https://github.com/pgmoneta/pgmoneta/issues/378) | ||
* [#384 Advanced Backup/Restore with pgmoneta](https://github.com/pgmoneta/pgmoneta/issues/384) | ||
* [#396 Add pgmoneta-walinfo CLI to parse and display WAL file](https://github.com/pgmoneta/pgmoneta/issues/396) | ||
* [#401 CLI: conf get | set | ls](https://github.com/pgmoneta/pgmoneta/issues/401) | ||
* [#402 New value type for value that needs simple free()](https://github.com/pgmoneta/pgmoneta/issues/402) | ||
* [#407 CLI: stop -> shutdown](https://github.com/pgmoneta/pgmoneta/issues/407) | ||
* [#411 walinfo: Basic settings](https://github.com/pgmoneta/pgmoneta/issues/411) | ||
* [#412 walinfo: Start / End LSN](https://github.com/pgmoneta/pgmoneta/issues/412) | ||
* [#413 walinfo: Basic filtering](https://github.com/pgmoneta/pgmoneta/issues/413) | ||
* [#416 Display checksums status](https://github.com/pgmoneta/pgmoneta/issues/416) | ||
* [#417 deque: pgmoneta_deque_exists](https://github.com/pgmoneta/pgmoneta/issues/417) | ||
* [#418 New workflow architecture](https://github.com/pgmoneta/pgmoneta/issues/418) | ||
* [#422 Customized value with config](https://github.com/pgmoneta/pgmoneta/issues/422) | ||
* [#424 Retention interval](https://github.com/pgmoneta/pgmoneta/issues/424) | ||
* [#425 deque: remove function](https://github.com/pgmoneta/pgmoneta/issues/425) | ||
* [#426 Prometheus: pgmoneta_extension](https://github.com/pgmoneta/pgmoneta/issues/426) | ||
* [#427 deque: Add pgmoneta_deque_sort function](https://github.com/pgmoneta/pgmoneta/issues/427) | ||
* [#428 Extension: Add pgmoneta_promote](https://github.com/pgmoneta/pgmoneta/issues/428) | ||
* [#435 walinfo: Support encrypted WAL](https://github.com/pgmoneta/pgmoneta/issues/435) | ||
|
||
### Enhancements | ||
|
||
* [#375 Align base64 function signatures](https://github.com/pgmoneta/pgmoneta/issues/375) | ||
* [#389 CLI -F option error](https://github.com/pgmoneta/pgmoneta/issues/389) | ||
* [#397 CLI: Translation of retention](https://github.com/pgmoneta/pgmoneta/issues/397) | ||
* [#403 Use compact JSON format for management](https://github.com/pgmoneta/pgmoneta/issues/403) | ||
* [#408 Remote: Support new management protocol](https://github.com/pgmoneta/pgmoneta/issues/408) | ||
|
||
### Bug fixes | ||
|
||
* [#370 Retain: Missing logging](https://github.com/pgmoneta/pgmoneta/issues/370) | ||
* [#371 Retention can run during restore / archive](https://github.com/pgmoneta/pgmoneta/issues/371) | ||
* [#380 Incorrect indentation in text format of status details](https://github.com/pgmoneta/pgmoneta/issues/380) | ||
* [#394 Compilation errors: Unused Variable and fread Error Handling](https://github.com/pgmoneta/pgmoneta/issues/394) | ||
* [#400 JSON: FORMAT_JSON_COMPACT is incorrect](https://github.com/pgmoneta/pgmoneta/issues/400) | ||
* [#410 Backup data directory not cleaned up if backup fails](https://github.com/pgmoneta/pgmoneta/issues/410) | ||
* [#420 Fix worker usage for delete](https://github.com/pgmoneta/pgmoneta/issues/420) | ||
* [#421 Hot standby: Make sure that all changed files are copied](https://github.com/pgmoneta/pgmoneta/issues/421) | ||
* [#430 Prefix restore is broken](https://github.com/pgmoneta/pgmoneta/issues/430) | ||
|
||
### Thanks to | ||
|
||
__Thanks to__ | ||
|
||
* ashu3103: #366, #373, #397 | ||
* sh-soltanpour: #296, #372, #396, #412, #413 | ||
* Jubilee101: #378, #400, #402, #422, #425, #427 | ||
* GuChad369: #376, #377, #389, #426, #428 | ||
* HazemRawi: #394 | ||
|
||
### Download | ||
|
||
* [Source code](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-0.15.0.tar.gz) | ||
* [RPM](https://yum.postgresql.org) for Fedora 40/41, RHEL 9.x and Rocky 9.x |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## Manuals | ||
|
||
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.1/pgmoneta-user-guide.pdf) | ||
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.14.1/pgmoneta-dev-guide.pdf) | ||
* [User guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-user-guide.pdf) | ||
* [Developer guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-dev-guide.pdf) | ||
* [Advanced guide](https://github.com/pgmoneta/pgmoneta/releases/download/0.15.0/pgmoneta-advanced.pdf) |
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