Skip to content

Releases: maelgangloff/domain-watchdog

v1.4.3

19 Dec 18:43
Immutable release. Only release title and notes can be modified.
7637711

Choose a tag to compare

  • fix: do not flag the TLDs as deleted inside the foreach loop
  • feat: add log message when a domain is deleted from WHOIS
  • feat: add ipAddress to the logs if anonymous query

Full Changelog: v1.4.0...v1.4.3

v1.4.2

11 Dec 17:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Please see v1.4.0 release notes

v1.4.0

11 Dec 17:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: allow unauthenticated users to perform domain name lookups by @maelgangloff in #98
  • feat: auto redirect to the SSO login page (see the Configuration)
  • feat: add estimated removal date in the timeline

Full Changelog: v1.3.5...v1.4.0


Documentation of this project: https://domainwatchdog.eu 🎉

v1.3.5

29 Nov 12:26
Immutable release. Only release title and notes can be modified.
35a39d6

Choose a tag to compare

  • feat: Added database indexes to speed up SELECT queries
  • feat: Improved error messages for users
  • feat: Locked certain actions to prevent them from being performed simultaneously (e.g., domain name updates and purchases)
  • fix: Improved configuration of workers orchestrated with Redis (acknowledgment errors)
  • docs: Documentation has been created here: https://domainwatchdog.eu 🎉

Full Changelog: v1.3.4...v1.3.5

v1.3.4

02 Nov 22:43
Immutable release. Only release title and notes can be modified.
8863cbc

Choose a tag to compare

  • fix: The watchlist creation button was not displayed; the problem has been fixed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

02 Nov 22:24
Immutable release. Only release title and notes can be modified.
bc27903

Choose a tag to compare

What's Changed

  • Responsive fixes by @vinceh121 in #89
  • Floating action button rework by @vinceh121 in #90
  • Added a command to bulk import domain names (app:batch-register-domains)
  • The project now uses Redis (or another compatible platform) to handle asynchronous messaging
  • Domain name purchases are now logged in the database for future use

Full Changelog: v1.3.2...v1.3.3

v1.3.2

27 Oct 17:06
Immutable release. Only release title and notes can be modified.
12c1a9b

Choose a tag to compare

What's Changed

  • fix: domain event refresh working one every two times by @vinceh121 in #88
  • feat: it is now possible to track EPP status changes and not just new events.
  • feat: a button to enable/disable a watchlist
  • feat: history of domain-entity relations is now better managed (soft deletion of old relations)
  • test: add new unit tests

Full Changelog: v1.2.9...v1.3.2

v1.2.9

17 Oct 10:48
Immutable release. Only release title and notes can be modified.
a7d07be

Choose a tag to compare

Fix a domain ordering issue, detected thanks to new testing

Full Changelog: v1.2.8...v1.2.9

v1.2.8

16 Oct 09:38
Immutable release. Only release title and notes can be modified.
a203448

Choose a tag to compare

Fix Watchlist creation issue

Full Changelog: v1.2.7...v1.2.8

v1.2.7

15 Oct 22:07
Immutable release. Only release title and notes can be modified.
cd45475

Choose a tag to compare

  • fix: fixed the watchlist update bug