NFIBrokerage / spear

A sharp EventStoreDB v20+ client backed by Mint :yum:
https://hex.pm/packages/spear
Apache License 2.0
85 stars 14 forks source link

Update event store protobufs to 21.10.5 #72

Closed fabriziosestito closed 2 years ago

fabriziosestito commented 2 years ago

This PR bumps event_store_db_gpb_protobufs to v2.2.0 (EventStore v21.10.5)

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 468037b0d7793f3487c084693a460995bf629e9d-PR-72


Totals Coverage Status
Change from base Build 1028fe97e29aabc10d720c227e0ee7806e4c72a1: 0.0%
Covered Lines: 642
Relevant Lines: 642

💛 - Coveralls
the-mikedavis commented 2 years ago

This is out now under v1.1.0 🚀

I also added a commit that lets you pass in a deadline as a duration as deadline: {:duration, seconds, nanos} so if you're running on v21.10.5 or above you should be able to use the new field.

fabriziosestito commented 2 years ago

This is out now under v1.1.0 rocket

I also added a commit that lets you pass in a deadline as a duration as deadline: {:duration, seconds, nanos} so if you're running on v21.10.5 or above you should be able to use the new field.

Thank you!