Releases: codelingo/lingo
v0.7.5
v0.7.4
v0.7.3
v0.7.2
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
v0.7.0 - Flow installations
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
v0.6.0 - Connection improvements
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
v0.5.0 - API Refactor
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)