Skip to content

Releases: codelingo/lingo

v0.7.5

19 Dec 01:13
e20cfc8

Choose a tag to compare

This is a patch release

Changelog

dba8dcb update version number.

v0.7.4

07 Aug 03:24
6608278

Choose a tag to compare

This is a patch release

Changelog

Fixed issues running on Windows.
The term "Flow" has been replaced with "Action". This applies to all commands.

v0.7.3

13 Jan 21:14
1fea2ca

Choose a tag to compare

This is a patch release

Changelog

d7a50c4 Check for client release when running lingo run <flow>
fe7a046 Warn for failed update check
#442 10d4030 Remove the platform certificate if we get a transport: authentication handshake failed: x509: certificate signed by unknown authority error.

v0.7.2

02 Nov 04:26
88ea7cd

Choose a tag to compare

This is a patch release

Changelog

88ea7cd (HEAD -> master, upstream/master, origin/master) Update version v0.7.2 (#433)
ce8f159 rm @var
191b3c4 Allow failed cert creation for insecure connections.
84fa237 insecure -> insecureAllowed
9d7ab0c Add insecure option to service package.
548128c Add insecure grpc connection option.
f058842 Tidy up Tenets
20deac3 Specify 443 Port on Git host address
f51f667 Add doc cfg
7bdc8fe Update var syntax
d1910ac Title case.
7451e58 Update doc fields.
35e69f7 Document token generation for release script.

v0.7.1

17 Oct 04:33
f34abad

Choose a tag to compare

Compatibility with Flow archives.

Changelog

f34abad (HEAD -> master, upstream/master) Update version to 0.7.1 (#425)
01a53a3 Update / add dependencies (#423)
139db37 Install Flows from Archives

v0.7.0 - Flow installations

16 Oct 21:53
75b711f

Choose a tag to compare

This version introduces the ability to install and uninstall flows.

Try it out by running lingo install review. You can see available flows over in the codelingo/codelingo repo.

This version uses a new API, so old versions are no longer compatible with the platform.

Changelog

75b711f (HEAD -> master, upstream/master) Update version to 0.7.0 (#421)
f7d58e9 Reduce MaxGRPCMessageSize for 32bit systems (#420)
28d96d6 Update dependencies (#419)
08e2448 Cache TLS Cert
e73ae97 Add Uninstall cmd
0491f99 remove dirs
cb83de3 Installable Flows
5f80bcd Fix Nil Pointer Bug
20bf2d1 update dep
bbf396e tidy up
f70cacf Add doc flow boilerplate
6c9eff2 Add test suite to flows
8904a3d fix case
21636e9 Flow Refactor
d2e0360 (origin/master) Comment out buggy tenet (#411)
9b25eda Run Flow
89deaec Warn and handle large diff errors (#408)
8ef55fe instead of always checking for -4 failures, only check when running a push or a fetch.
b0b990a For users running older versions of git, run without the -4 flag.

v0.6.1

25 Sep 21:53
3d3bda2

Choose a tag to compare

Minor bug fixes.

Changelog

3d3bda2 Remove platform version checks (#407)
c32fe57 Couple of fixes / improvements (#406)
c34819a Fix heartbeat from stopping progress spinner (#405)

v0.6.0 - Connection improvements

25 Sep 00:18
74ef77d

Choose a tag to compare

This release introduces heartbeat pings from the Flow server to fix some issues with long running connections. Because of this, previous client versions are no longer supported.

Changelog

74ef77d Update verison to 0.6.0 (#404)
4a50147 added comment of explanation to isFileBinaryGit
707fddd fixed isFileBinaryGit
a046fab Ignore heartbeat pings from flow server (#402)
616fd18 added documentation for isBinaryGit function
3f38e17 amendments per review
390375f Ignore binary files to avoid error on generating a patch through git diff.
c696ca5 Update version to 0.5.1
e39ffab Update depth for default tenet.
3057db7 Fix slow start link (#395)

v0.5.1

20 Sep 22:02
43c9402

Choose a tag to compare

This is a patch release

Changelog

c696ca5 (HEAD -> update-default, origin/update-default) Update version to 0.5.1
e39ffab Update depth for default tenet.
3057db7 (upstream/master, master) Fix slow start link (#395)

v0.5.0 - API Refactor

19 Sep 02:23
cd17ed2

Choose a tag to compare

This minor release implements some major API changes. The purpose of these changes are to remove the closed sourced dependencies from this CLI client so that it can be build from source by the public.

All previous client versions are incompatible with the current and future platform versions.

Any errors referring to config can be fixed by deleting ~/.codelingo/configs/platform.yaml. This will be automatically regenerated with correct defaults next time the client is used.

Changelog

cd17ed2 Update version to 0.5.0 (#394)
b4cd7d5 Connection tweaks (#393)
1820f2e Update RPC dependency (#391)
eb5781c Refactor out RPC protos into separate repo (#390)
58f93fd Update GRPC go dependency (#389)