Skip to content

Commit

Permalink
libmtev version 2.7.0 (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaddox authored Feb 29, 2024
1 parent 1a3bb70 commit 6f6e237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

# 2

## 2.6
## 2.7

### 2.7.0

* Added new function, `mtev_dyn_buffer_maybe_add_vprintf`, that will not try to
expand the buffer and will return how many more bytes are needed.
Expand All @@ -12,13 +14,15 @@
`mtev_dyn_buffer_maybe_add_vprintf` and handling the buffer manually on failure
to avoid the extra copy if you plan on using it in a hot path.

## 2.6

## 2.6.0

* Add various hooks into `mtev_clustering` to allow applications to use custom fields.

## 2.5

## 2.5.4
### 2.5.4

* Fix issue in `mtev_net_heartbeat` where there would be attempts to use invalid messages
* Improve logging in `mtev_net_heartbeat`
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifeq ($(V),)
endif

SEMVER_MAJOR=2
SEMVER_MINOR=6
SEMVER_MINOR=7
SEMVER_PATCH=0
LIBMTEV_VERSION=$(SEMVER_MAJOR).$(SEMVER_MINOR).$(SEMVER_PATCH)

Expand Down

0 comments on commit 6f6e237

Please sign in to comment.