Skip to content

Commit

Permalink
release v2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 7, 2024
1 parent 7372f3a commit 6d79aea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ and this project adheres to
### Added

### Changed
- Kafka messages without keys are synchronously converted into a
Workorder, Dataclip and Run. Messages with keys are stored as
TriggerKafkaMessage records, however the code needed to process them has been
disabled, pending removal.
[#2351] (https://github.com/OpenFn/lightning/issues/2351)

### Fixed

## [v2.7.15] - 2024-08-07

### Changed

- Kafka messages without keys are synchronously converted into a Workorder,
Dataclip and Run. Messages with keys are stored as TriggerKafkaMessage
records, however the code needed to process them has been disabled, pending
removal. [#2351] (https://github.com/OpenFn/lightning/issues/2351)

## [v2.7.14] - 2024-08-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "2.7.14",
version: "2.7.15",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 6d79aea

Please sign in to comment.