Skip to content

Releases: mongorpc/mongorpc

0.0.1-alpha.2

19 Nov 05:14
Compare
Choose a tag to compare

Changelog

1a5b6ab fix delete document cannot transform issue

0.0.1-alpha.1

18 Nov 09:47
Compare
Choose a tag to compare

Changelog

e39f502 Add .deepsource.toml
fc39c12 Create docker-hub-publish.yml
6d84855 Create docker-image.yml
c73188d Create docker-publish.yml
05c432d Delete .DS_Store
9136af4 Delete .DS_Store
2ba86b1 Initial commit
0967bf6 Merge branch 'main' of https://github.com/mongorpc/mongorpc
3b1b273 Merge branch 'main' of https://github.com/mongorpc/mongorpc
89fac42 Merge branch 'main' of https://github.com/mongorpc/mongorpc
b07364a Merge branch 'main' of https://github.com/mongorpc/mongorpc
bcc7d06 Merge branch 'main' of https://github.com/mongorpc/mongorpc
7969e79 Merge branch 'main' of https://github.com/mongorpc/mongorpc
d668082 Merge pull request #1 from mongorpc/dev
502a7f3 Merge pull request #10 from mongorpc/satishbabariya-patch-2
50dcb1e Merge pull request #11 from mongorpc/satishbabariya-patch-3
671f8f0 Merge pull request #12 from mongorpc/satishbabariya-patch-4
67697f5 Merge pull request #5 from mongorpc/deepsource-fix-e3fa5d82
be85995 Merge pull request #6 from mongorpc/refactor
27c4c67 Merge pull request #7 from mongorpc/refactor
f52cfec Merge pull request #9 from mongorpc/satishbabariya-patch-1
2331dbf Types of function parameters can be combined
94ac7bf Update .deepsource.toml
c7828ea Update .deepsource.toml
f4c8aa4 Update README.md
ec313eb Update README.md
fb5f13e Update README.md
84ef9d5 Update README.md
64ba2bd Update README.md
e75e635 Update README.md
6243084 Update README.md
f56ecd5 Update README.md
6571406 Update README.md
a6d6784 Update docker-hub-publish.yml
3aa17c4 Update docker-hub-publish.yml
e74ebd1 Update docker-image.yml
d96b891 Update docker-publish.yml
13dbea4 Update release.yml
c390a41 Update release.yml
382106c add ListCollections rpc
63eebe0 add client code
7c4918e add comments
ca7c64b add crate index rpc implementation
6aaa608 add crud document rpc methods
80a1d62 add delete index rpc handler
3eb23fe add ds_store to gitignore
7124a94 add filter and sort in rpc listen request
a094c5f add goreleaser config
eee0478 add gotrue support
6b08652 add list collection method
b3c0106 add list indexes rpc handlers
319347d added additional rpc methods
c4270c9 added auth and log interceptor for client and server
d36838f added casbin policy enforcer
151f431 added collection index rpc methods
65457ca added collection reindex as not avaiable
4886370 added comments
8d545a7 added comments
32fa44e added common proto
cbc3561 added dockerfile
94d3951 added dockerfile, docker compose and envoy proxy config
57bfaa2 added filter in list documents
c7448e0 added generated proto files
8885864 added health check rpc routes
735e80f added jwt interceptor with modified context
14bd647 added jwt validation
973e8b8 added macos release config due to cgo limitation
2f6b9ca added missing timestamp value decoder case
6ac85ea added mongo filter proto definations
72cc069 added mongodb change events
1aacd79 added operation type in listen request
27a7f49 added ping mongodb to check if it's up
504c06a added refactored encoder
7633a32 added rules parser based on antlr
5545753 added sort definations in proto
eb8661d added stream client interceptor
928301c added unimplemented rpc methods
892c840 disable other go os due to oso ffi build issue
5f3382c doc updated
08c8169 dockerfile updated
c7b8d76 enable cgo
1cad6b2 enable darwin ci builds
0fb05e5 encoder decoder updated
278bd4c fix CVE-2020-26160
ffed7a2 fix GSC-G402
1138b66 fix JWTInterceptor claims
8898cca fix RVV-A0005
2d1ba61 fix RVV-A0006
990cbf0 fix RVV-B0005
7383c7a fix RVV-B0012
6d5fac8 fix RVV-B0012
7021a78 fix RVV-B0012 and RVV-B0013
8e916b5 fix failing ci build
55838f9 fix streams crashing on update event
908a6fe fix: RVV-B0013
dab738b go mod tidy
45bbe30 go mod tidy
a10b759 go mod tidy
4e876d2 jwt secret required
fc5ae5b migrate from casbin to oso permission validator
b71eb52 migrate to oso
510d7b9 minor change
73f857f minor change
a6d6d66 minor change in proto
ef8b4ac minor changes
ce9d188 minor fix
5a673bd minor fix
2a807f2 moved gotrue to https://github.com/mongorpc/mongorpc-gotrue
3030bd6 proto updated
d5948b8 readme updated
bcb9968 reafactor proto files
487f4b4 reaname example dir
654e1f8 refactor encoder and decoder for mongorpc proto value
4d2b97c refactor filter
818ad0a refactor mongorpc and nterceptors
7fd75bb refactor mongorpc interfaces
3e04ad5 refactor mongorpc struct
41008e8 remove casbin as permission middleware
6b20f49 revert to casbin based permission control
947ce44 revert to casbin based permission control
3653e3b update collection watch rpc method
c2c2607 update jwt version
82812fb updated comments
038a76f updated example code
b8b3917 updated example code
3f0cc98 updated jwt claim parse logic
c805e06 updated releaser config