Skip to content

Releases: cvent/hogan

0.12.4 Prune on Fetch

19 Jul 16:28
21d9570
Compare
Choose a tag to compare

With this release we update our dependencies and added the functionality to prune remote branches on each fetch.

v0.12.3

15 Jun 18:47
f461bf5
Compare
Choose a tag to compare

This is a small release that updates dependencies and improves some error reporting when using strict mode.

Fix Dependencies

19 May 19:41
74f817d
Compare
Choose a tag to compare

This release brings our tokio dependency in line with the latest actix-web.

More Git Flags

18 May 17:31
ac810f2
Compare
Choose a tag to compare

This release adds two new CLI flags which allow you to control how native git is utilized. native-fetch will allow fetching using native git and native-clone will allow native git to perform the initial cloning operation.

Git Maintenance

03 May 15:18
91031f1
Compare
Choose a tag to compare

This release adds the option to rely on utilizing the cli version of git in addition to libgit2.
The main motivation behind this is that the cli version of git has proven to be faster during fetch and clone operations. Additionally, the cli version of git will perform maintenance against the underlying repo.

The default docker container now will include the cli git as a dependency.

v0.11.2

24 Jan 18:31
360cbf3
Compare
Choose a tag to compare

Dependency updates

v0.11.1

15 Oct 17:59
75736d2
Compare
Choose a tag to compare

Added more metrics for SLI/SLO generation.

Updated dependencies as well.

v0.11.0

04 Sep 16:44
c9301d3
Compare
Choose a tag to compare

This release adds a poller in the background which attempts to keep the underlying git repository up to date. By default now queries will not trigger a fetch to the remote server. This should help maintain consistent performance on high activity git repositories.

Both the polling interval and if requests can trigger fetches are configurable.

v0.10.0

02 Sep 00:22
3c7e762
Compare
Choose a tag to compare

A few changes this release:

  • Improve the shared head request mechanism
  • Added compression to the stored environments
  • Fixed some incorrect status codes on internal timeouts

Improved Error Handling

26 Aug 18:32
d4975ff
Compare
Choose a tag to compare

This release includes much more descriptive errors when interacting with the API. All error paths now include a JSON description and return consistent status codes.