8000 Tags · momentohq/client-protos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: momentohq/client-protos

Tags

v0.125.2

Toggle v0.125.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: replace OSSRH endpoint with Sonatype Central endpoint in java …

…and kotlin scripts (#320)

v0.125.1

Toggle v0.125.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: format protos consistently, according to style guide (#319)

v0.125.0

Toggle v0.125.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: deprecate store apis (#318)

v0.124.4

Toggle v0.124.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: javascript(-web) should specify protobuf as a peer dependency (#…

…317)

Similar to #315, protobuf should be a peer dependency in the
JavaScript projects. Since the SDKs install protobuf alongside grpc,
it is vulnerable to the same deduplication problem as we had with
grpc.

v0.124.3

Toggle v0.124.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: specify javascript grpc dependencies as peer dependencies (#315)

Because the JavaScript SDKs must also have the grpc
library (`@grpc/grpc-js` for node; `grpc-web` for web) installed, the
proto libraries here should declare those as peer dependencies, not
production dependencies.

In the previous form as production dependencies, both the SDK and the
protos libraries would have grpc as a dependency. In some situations
those dependencies do not deduplicate. Because we create grpc symbols
in the SDK to pass to objects from the protos library, those symbols
will not pass `instanceof` checks when deduplication fails.

By mandating grpc as a peer dependency, we avoid this
altogether. There will be one copy of grpc to load between the SDK and
the protos library: the one the SDK installs.

v0.124.2

Toggle v0.124.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: clean up javascript and javascript web dependencies (#314)

The javascript package.json listed both grpc-tools and
protoc-gen-ts as production dependencies, when they are only build
dependencies. This impacts users deploying to Lambda who are sensitive
to the package size.

Javascript-web also contained protobuf as both a production and dev
dependency. We removed it as a dev dependency.

v0.124.1

Toggle v0.124.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump grpc-js to v1.13.1 in javascript (#313)

Bumps the `@grpc/grpc-js` dependency to the latest version (v1.13.1)
in the javascript project.

v0.124.0

Toggle v0.124.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: new apis to check-and-set an item based on a hash (#312)

* feat: new apis to check-and-set an item based on value hashes

* fix: update hacky js-web script to handle new messages

* chore: rename for clarity

v0.123.0

Toggle v0.123.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add SortedSetUnionStore api (#310)

* feat: add SortedSetUnionStore api

* chore: address PR feedback

* chore: add comments

* chore: typo in comments

v0.122.1

Toggle v0.122.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: rename to competition ranking (#309)

0