Skip to content

Releases: openfaas/nats-connector

Release with Go 1.18

15 Aug 15:13
Compare
Choose a tag to compare

Changelog for 0.3.0:

Commits
2a14a80 Upgrade to Go 1.18 by @alexellis

Changes: 0.3.0-rc2...0.3.0

Generated by Derek

Preview build

08 Apr 08:47
Compare
Choose a tag to compare

Changelog for 0.3.0-rc2:

  • PR #25 Modernise repo for Go 1.17 and new home in openfaas organisation by @alexellis

Commits
6a34a1b Remove old deprecated YAML files by @alexellis
0ba4ec8 Add version folder to Dockerfile by @alexellis
4249760 Split line in Dockerfile by @alexellis
6a119a9 Inject version from CI by @alexellis
c0cf7bb Upgrade CI to use GITHUB_TOKEN by @alexellis
01e57ef Set up go.mod for sample function by @alexellis
698d77e Fix-up testing functions for NATS connector by @alexellis
684efff Update dependencies by @alexellis

Changes: 0.3.0-rc1...0.3.0-rc2

Generated by Derek

Preview build with Go 1.17

08 Apr 08:46
4de46dd
Compare
Choose a tag to compare

Changelog for 0.3.0-rc1:

Commits
4de46dd Update README.md by @alexellis
fe3d2f3 Create ISSUE_TEMPLATE.md by @alexellis

Changes: 0.2.4...0.3.0-rc1

Generated by Derek

GH Actions build

10 Nov 09:41
Compare
Choose a tag to compare
GH Actions build Pre-release
Pre-release

Changelog for 0.2.4:

Commits
acf37ee Fix GitHub Actions by @alexellis

Generated by Derek

Build with GitHub Actions

10 Nov 09:22
Compare
Choose a tag to compare
Pre-release

Changelog for 0.2.3:

Commits
349aa8b Updated to build via GitHub Actions and convert to a multi-arch build by @CodeCutterUK
eefea88 Convert to modules, retaining vendor folder by @alexellis
4cf57b3 Add whitespace for CI by @alexellis
f485c62 Create go.yml by @alexellis
5adca93 Create PULL_REQUEST_TEMPLATE.md by @alexellis
2fe2e0b Use NAMESPACE env variable in targets by @viveksyngh
02fa59c Fix typo in connector log by @viveksyngh
a288bb1 Revert "i updated README.md according the PR reviews" by @developer-guy
146be83 i updated README.md according the PR reviews by @developer-guy
f14db4a i edited template pull command by @developer-guy
d34ad5e Update README.md by @developer-guy
34706b3 Update K8s manifest by @alexellis

Generated by Derek

Update docs

21 Feb 21:07
Compare
Choose a tag to compare

Changelog for 0.2.2:

Commits
834da2d Rename internal binary by @alexellis
c6467d8 Update table heading by @alexellis

Generated by Derek

Update docs for configuration and rebuild interval

21 Feb 20:59
Compare
Choose a tag to compare

Changelog for 0.2.1:

Commits
c6467d8 Update table heading by @alexellis
d49094f Add additional config vars by @alexellis
aff926c Add docs for configuration by @alexellis
7973e78 PRint config on start-up by @alexellis
98e1110 Make NATS more verbose by @alexellis

Generated by Derek

Increase verbosity

21 Feb 20:45
Compare
Choose a tag to compare

Changelog for 0.2.0:

Commits
7973e78 PRint config on start-up by @alexellis
98e1110 Make NATS more verbose by @alexellis
8831593 Update examples with timeouts by @alexellis
499c6af Update headers by @alexellis
9f67bd2 Update image names to avoid conflicts by @alexellis
fb1e5da Add test functions and instructions to verify installation by @LucasRoesler
779e180 Update README.md by @alexellis
41f90a5 Remove async invocation as default by @alexellis
dd4fdb0 Update NATS topic by @alexellis
ff6b84e Update YAML to be K8s 1.16 compatible by @alexellis
8130782 Update to dep by @alexellis
02a05cd Dockerfile fixes and SDK upgrades by @chriskolenko
9ad8cea Fix Dockerfile by @alexellis
5fa718d Upgrades by @chriskolenko

Generated by Derek

Initial

08 Jul 16:25
Compare
Choose a tag to compare
Upgrades

* Upgrade to latest version of connector-sdk
* Add build, push and travis files (Copied from kafka-connector)