Releases: maelgangloff/domain-watchdog
Releases · maelgangloff/domain-watchdog
v1.4.3
Immutable
release. Only release title and notes can be modified.
- 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
Immutable
release. Only release title and notes can be modified.
Please see v1.4.0 release notes
v1.4.0
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
- 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
Immutable
release. Only release title and notes can be modified.
- fix: The watchlist creation button was not displayed; the problem has been fixed
Full Changelog: v1.3.3...v1.3.4
v1.3.3
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Fix a domain ordering issue, detected thanks to new testing
Full Changelog: v1.2.8...v1.2.9
v1.2.8
Immutable
release. Only release title and notes can be modified.
Fix Watchlist creation issue
Full Changelog: v1.2.7...v1.2.8
v1.2.7
Immutable
release. Only release title and notes can be modified.
- fix: fixed the watchlist update bug