Skip to content

Tags: PapaCharlie/go-restli

Tags

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Recursively try to rename conflicting types (#15)

Instead of stopping at the first namespace segment, keep trying until something
works, or the code runs out of namespace segments.

v2.3.3

Toggle v2.3.3's commit message
Add manifest-dependencies-file flag

v2.3.2

Toggle v2.3.2's commit message
Fix dependency type management

See comment in `RegisterManifests`, depednency types _must_ be registered.

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade Jennifer (#14)

* upgrade github.com/dave/jennifer from v1.3 to v1.7

    Primarily to benefit from this commit: dave/jennifer@179e9cf (removing dependencies without license files)

* Update go.sum

* Update go.mod

* Update go.sum

v2.3.0

Toggle v2.3.0's commit message
Bump to v2.3.0 since it's technically backwards incompatible

v2.2.1

Toggle v2.2.1's commit message
Empty commit for new tag

v2.2.0

Toggle v2.2.0's commit message
Move to github.com/go-zookeeper/zk

The new package is much more robust and reliable.

v2.1.2

Toggle v2.1.2's commit message
Fix for weird edge case when the resource key type is EmptyRecord

v2.1.1

Toggle v2.1.1's commit message
Fix weird behavior around EmptyRecord

When EmptyRecord was included it caused multiple types of compile errors

v2.1.0

Toggle v2.1.0's commit message
Fix partial updates for included records

This is a rather major bug that arose after the v2 migration