Releases: aileftech/snap-admin
Releases · aileftech/snap-admin
v0.2.1
0.2.1
- Fixed #40
- Changed license from GPL v3 to MIT
NOTE: Version number has not been updated correctly in the Maven released package. The UI on the bottom left will still show 0.2.0
as version number for this release instead of 0.2.1
.
v0.2.0
0.2.0
- Renamed all references to "dbadmin" in "snapadmin". This also applies to the configuration parameter prefix (#29)
- SnapAdmin is now disabled by default. Remember to set
snapadmin.enabled=true
to activate it (#30)
- Alerts if SnapAdmin is running on unsecured routes (#32)
- User-aware audit logs (#34)
- Other fixed issues: #35, #27, #38
v0.1.9
0.1.9
- Renamed project to SnapAdmin
- Proper 'step' values for input type "number"
- Fixed handling of java.sql.Date field type
- Other fixed issues: #16
v0.1.8
0.1.8
- SQL console to run custom SQL queries (#20)
- Support for
Instant
(#21)
- Added JSONL format to export options
@Disable
annotation to ignore entire table (#24)
- Other fixed issues: #19
v0.1.6
- Support for JPA validation (#12)
- Support for UUID type (#13)
- Improved handling of 404 errors
- Bugfixes