Skip to content

Releases: CoLearn-Dev/colink-server-dev

v0.2.7

07 Dec 00:28
346aabe
Compare
Choose a tag to compare
Merge pull request #45 from CoLearn-Dev/metamask

- Metamask support

v0.2.6

05 Dec 20:42
6834948
Compare
Choose a tag to compare
Merge pull request #46 from CoLearn-Dev/build-action

- update build action workflow

v0.2.5

20 Nov 21:23
b4bc764
Compare
Choose a tag to compare
Merge pull request #43 from CoLearn-Dev/user-check

- check if user exists
- update github action workflows

v0.2.4

10 Nov 23:48
ded98b7
Compare
Choose a tag to compare
Merge pull request #42 from CoLearn-Dev/cli-version

- add version

v0.2.3

07 Nov 23:41
e0e6590
Compare
Choose a tag to compare
Merge pull request #41 from CoLearn-Dev/mq-account

- opt: mq accounts lazy initialization
- replace structopt with clap
- add env fallback for CLI parameters
- add version to RequestInfo

v0.2.2

01 Nov 04:30
10ab0cb
Compare
Choose a tag to compare
Merge pull request #39 from CoLearn-Dev/reverse-mode-bugfix

- change user_init_config.toml file location; bugfix

v0.2.1

31 Oct 22:54
be7e9cb
Compare
Choose a tag to compare
Merge pull request #37 from CoLearn-Dev/reverse_connection

- reverse connection

v0.2.0

26 Oct 21:33
537db87
Compare
Choose a tag to compare
Merge pull request #36 from CoLearn-Dev/request_info

- request_core_info -> request_info

v0.1.16

13 Oct 21:55
a8d2969
Compare
Choose a tag to compare
Merge pull request #34 from CoLearn-Dev/0.1.16

PO install & upgrade; storage prefix without value; bugfix
- storage: maintain prefix in list_keys
- storage: privilege check
- pom: option for upgrade operator
- pom: support install_script
- mq: change account for amqp connection

v0.1.15

07 Oct 00:38
acce8f8
Compare
Choose a tag to compare
Merge pull request #33 from CoLearn-Dev/build

POM support binary, prepare for publishing
- remove rust-toolchain, change to stable channel
- allow(clippy::derive_partial_eq_without_eq) https://github.com/hyperium/tonic/issues/1056
- compile binary
- change to GitHub-hosted runner
- change build.yml -> check.yml and add build.yml
- pom: support tgz download (binary, source)