Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: maxpert/marmot

Tags

v0.8.8-alpha.4

Toggle v0.8.8-alpha.4's commit message
Fix

v0.8.8-alpha.3

Toggle v0.8.8-alpha.3's commit message
Fixing watch change filter

v0.8.8-alpha.2

Toggle v0.8.8-alpha.2's commit message
Adding more debug tracing

v0.8.8-alpha

Toggle v0.8.8-alpha's commit message
Enable CLI based PPROF

v0.8.7

Toggle v0.8.7's commit message
Updating readme

v0.8.7-beta.2

Toggle v0.8.7-beta.2's commit message
Fixing issue on client disconnect killing server

v0.8.7-beta.1

Toggle v0.8.7-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #86 from TylerGillson/feat-nats-connect-retries

feat: configurable NATS connection retries

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #77 from maxpert/fix-datetime

Fixing datetime replication

v0.8.6-beta.1

Toggle v0.8.6-beta.1's commit message
Fixing datetime replication

Turns out CBOR by default serializes date time into unix timestamp and
drops the serialization information about it. This PR adds new struct
and enforces tag to be serialized and deserialized along with the
values.

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #75 from maxpert/gh-build

Adding support for MacOS releases