File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+ ### Added
10+ - new option for migrate ` --force-local ` to force local migration even if remote url is provided in the ` settings.py ` file
11+ - ` verify_ssl ` option in ` settings.py ` to enable or disable SSL verification for remote migration
12+
13+ ### Fixed
14+ - Fix an error when running ` iop ` command without a valid iris instance available
15+ - Now it will log a warning instead of raising an exception
16+ - Support purging old messages in production settings
17+
818## [ 3.5.3] - 2025-08-01
919### Fixed
1020- Fix a regression test message interoperability where list of messages was not displayed correctly in the UI
You can’t perform that action at this time.
0 commit comments