Skip to content

Commit

Permalink
2.7.18 for MSF deploy & user confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Aug 17, 2024
1 parent c97cc10 commit 2222a05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to

### Added

### Changed

### Fixed

## [v2.7.18] - 2024-08-17

### Added

- Ensure that all users in an instance have a confirmed email address within 48
hours [#2389](https://github.com/OpenFn/lightning/issues/2389)

Expand All @@ -27,9 +35,9 @@ and this project adheres to

### Fixed

- Removed all Kafka trigger code that ensured that message sequence is
honoured for messages with keys. Functionality to ensure that message sequence
is honoured will be added in the future, but in an abstraction that is a better
- Removed all Kafka trigger code that ensured that message sequence is honoured
for messages with keys. Functionality to ensure that message sequence is
honoured will be added in the future, but in an abstraction that is a better
fit for the current Lightning design.
[#2362](https://github.com/OpenFn/lightning/issues/2362)
- Dropped the `trigger_kafka_messages` table that formed part of the Kafka
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.17",
version: "2.7.18",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit 2222a05

Please sign in to comment.