Skip to content

Releases: aternosorg/php-etcd

v1.5.0

07 Jun 11:47
f669741
Compare
Choose a tag to compare

What's Changed

  • Add required php version >=7.1 to composer.json by @pavog in #8
  • Update license year and rename Aternos UG to Aternos GmbH by @pavog in #9
  • Update dependencies (protobuf/grpc)

New Contributors

  • @pavog made their first contribution in #8

Full Changelog: v1.4.3...v1.5.0

v1.5.0-RC1

24 Mar 13:16
c2f6138
Compare
Choose a tag to compare
v1.5.0-RC1 Pre-release
Pre-release

Updated Protobuf to 3.20.0-RC2

Full Changelog: v1.4.3...v1.5.0-RC1

v1.4.3

11 Sep 13:02
Compare
Choose a tag to compare
fix return type of getIfResponse

v1.4.2

11 Sep 12:17
Compare
Choose a tag to compare
fix type in getCompareForIf

v1.4.1

29 Jul 11:25
Compare
Choose a tag to compare
updated dependencies

v1.4.0

15 May 22:13
5f99582
Compare
Choose a tag to compare

Added FailoverClient [#6 by @007hacky007]

v1.3.1

01 May 13:01
a817a56
Compare
Choose a tag to compare

Removed extra unused parameter $key from the txnRequest method [#4 by @007hacky007]

v1.3.0

01 May 09:31
656c019
Compare
Choose a tag to compare

Custom txn request support [#1 by @007hacky007]
Added possibility to define gRPC timeout [#2 by @007hacky007]
Added lease methods [#3 by @007hacky007]

v1.2.0

26 Mar 12:59
Compare
Choose a tag to compare
added key to getHostname to get hostname from ShardedClient

v1.1.0

21 Mar 02:29
Compare
Choose a tag to compare
added sharded client and client interface