Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PJMODOS committed May 11, 2023
1 parent d4988f8 commit 4ac7afc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,23 @@ Controls how many of the `pg_failover_slots.standby_slot_names` have to
confirm before we send data through the logical replication
slots. Setting -1 (the default) means to wait for all entries in
`pg_failover_slots.standby_slot_names`.


## Release notes

### v1.0.1

Version 1.0.1 fixes several compatibility bugs.

- Fix support for PG13 and older

The missing interfaces caused either disconnects or outright crashes on PG13
and older.

- Test compatibility improvements

Tests now work on PG11, and are more resilient to testing on slower machines.

- PG16 compatibility improvements

- Various minor cleanups
2 changes: 1 addition & 1 deletion pg_failover_slots.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#include "libpq/auth.h"
#include "libpq/libpq.h"

#define PG_FAILOVER_SLOTS_VERSION "1.0.0"
#define PG_FAILOVER_SLOTS_VERSION "1.0.1"

PG_MODULE_MAGIC;

Expand Down

0 comments on commit 4ac7afc

Please sign in to comment.