Skip to content

v1.1.1

Compare
Choose a tag to compare
@gsilvapt gsilvapt released this 02 May 10:21
· 56 commits to main since this release
v1.1.1
ddc6d68

Changelog (v1.1.1 - 02.05.2023)

Fixed

  • dns_ips Nameserver migration will break if users have data in the database due to poor iteration. This patch ensures the migration actually works and that the columns are correct after the migration. It is advised for users with data to unapply this migration (if you applied it already), back-up your data, run the migration and ensure it passes. Users without data should still unapply and apply again this one, even though it passed the first time so the correct columns and types in the database are applied.

[dev] Added

  • Test to all search and filters.

Changed

  • Few dependency upgrades