Releases: SuffolkLITLab/EfileProxyServer
Releases · SuffolkLITLab/EfileProxyServer
v1.2.25
Improved / enhanced
- Improved PrintVersions a bit by @BryceStevenWilley in #343
- Improvements to XsdDownloader by @BryceStevenWilley in #344
set-jaxb-validation-event-handlerin rest of code by @BryceStevenWilley in #349- Needed to manually add the XML stuff to the XSDs we download. by @BryceStevenWilley in #347
- Fixes for
redo_wsdls.pyby @BryceStevenWilley in #345
Fixed
- Switch to MapStruct for Tyler Efm Object conversions by @BryceStevenWilley in #342
- Better logging by @BryceStevenWilley in #352
- More phone issues by @BryceStevenWilley in #351
Testing
- Bump version for test containers by @BryceStevenWilley in #341
Refactored
- Un-optional TylerEnv when setting up the server by @BryceStevenWilley in #350
- Remove CountryCodeSimpleType enum by @BryceStevenWilley in #346
Full Changelog: v1.2.24...v1.2.25
v1.2.24
Fixed
- Create a new SHA-256 hasher on each call to
makeHashby @BryceStevenWilley in #335 - Fix prod bug with spaces on the end of phone numbers by @BryceStevenWilley in #336
- Fix Court Scheduling Service by @BryceStevenWilley in #329
- Hacky fix to issue with not finding any Payment types by @BryceStevenWilley in #339
Added
- Add Vermont as a Tyler Jurisdiction (in Stage) by @BryceStevenWilley in #322
- Show more context on registration errors by @BryceStevenWilley in #323
- More testing for people parsing by @BryceStevenWilley in #324
- using var more often by @BryceStevenWilley in #325
- More Ecf4 XML helpers by @BryceStevenWilley in #326
- Make a new Efsp Commons package by @BryceStevenWilley in #327
- Use Jurisdiction, TylerEnv, and TylerDomain internally everywhere by @BryceStevenWilley in #328
- Iterator over CodeListDocument XML by @BryceStevenWilley in #330
- Ecf4 WSDL Split by @BryceStevenWilley in #333
- Ecfv5 Generated Files by @BryceStevenWilley in #338
Full Changelog: v1.2.23...v1.2.24
v1.2.23
Priority Prod fix
- Bump up the number of max connections + test postgres connections by @BryceStevenWilley in #320
Testing
- Better AdminUserService tests (for getUser) by @BryceStevenWilley in #319
CI/CD
- Don't do fancy docker stuff in CI/CD by @BryceStevenWilley in #318
Full Changelog: v1.2.22...v1.2.23
v1.2.22
Internal Refactor
- Split out Hasher class from LoginDatabase by @BryceStevenWilley in #313
Ops
- Change Fly io Region by @BryceStevenWilley in #315
Full Changelog: v1.2.21...v1.2.22
v1.2.21
New feature
- Can change the time when code updates happen: @BryceStevenWilley in #297
- Adding court coverage to code search endpoints by @BryceStevenWilley in #309
Fixes
- Misc code changes by @BryceStevenWilley in #310
- Added more error description for GetFirm when trying to file by @BryceStevenWilley in #311
- Remove testing related files after tests finish by @BryceStevenWilley in #305
- Notice table names that we don't handle yet by @BryceStevenWilley in #306
Documentation / logs
- Misc documentation / log improvements by @BryceStevenWilley in #308
Ops
- Organize configs by @BryceStevenWilley in #297
- Bump version to 1.2.21 by @BryceStevenWilley in #312
Full Changelog: v1.2.20...v1.2.21
v1.2.20
Documentation
- Added documentation to the payment endpoints by @BryceStevenWilley in #274
Monitoring Improvements
- Trace logs for reading in request / session IDs by @BryceStevenWilley in #275
- Automatically clear the MDC after each REST call by @BryceStevenWilley in #276
- Show the timestamp in papertrail by @BryceStevenWilley in #278
- Show return status to all calls where our logic runs by @BryceStevenWilley in #279
- Better JsonExtractException stacktraces by @BryceStevenWilley in #299
- Better logs when doing code updates by @BryceStevenWilley in #300
Refactors
- Move
userCredsFromAuthorizationto TylerUserNamePassword by @BryceStevenWilley in #281 - (Java internal) Https no more by @BryceStevenWilley in #290
- Removed old copy line in Dockerfile by @BryceStevenWilley in #291
- Use
TylerEnvon all parsing boundaries by @BryceStevenWilley in #296 - Don't pass nulls instead of env by @BryceStevenWilley in #298
- Pass
CodeUpdatera Supplier, not a CodeDatabase by @BryceStevenWilley in #302 - Change CodeDatabaseAPI to work on Iterator by @BryceStevenWilley in #303
CI / Testing
- Try building the docker file in CI by @BryceStevenWilley in #292
- Let Tyler's Stage servers return 503's by @BryceStevenWilley in #294
- Better security hub tests by @BryceStevenWilley in #295
Full Changelog: v1.2.19...v1.2.20
v1.2.19
Internal
- Formatting process improvements by @BryceStevenWilley in #271
Logging
- Notify Filing Review Complete Logs are too big by @BryceStevenWilley in #267
- Stop logging all vars by @BryceStevenWilley in #268
- Show more context with tyler errors by @BryceStevenWilley in #269
- Logging with formatting strs and params by @BryceStevenWilley in #270
Testing
- Misc testing fixes by @BryceStevenWilley in #272
Full Changelog: v1.2.18...v1.2.19
v1.2.18
Added (minor)
- Add Observability headers by @BryceStevenWilley in #263
Fixed
- Don't error log on expected/common Tyler errors by @BryceStevenWilley in #266
- Tyler Factories + Better missing password error response by @BryceStevenWilley in #265
Internal / Refactor
- Fix PROD deployment for Fly by @BryceStevenWilley in #262
- Stop passsing around DataSources, use Suppliers by @BryceStevenWilley in #264
Full Changelog: v1.2.17...v1.2.18
v1.2.17
Added
- Put git commit in Manifest and on about page by @BryceStevenWilley in #244
Fixed
- Fix string formatting in TylerClientsTest by @BryceStevenWilley in #246
- Handle JSON parsing errors reasonably by @BryceStevenWilley in #249
- Misc improvements by @BryceStevenWilley in #253
Documentation
- Better Codes API docs by @BryceStevenWilley in #245
- Add
responseExampleto custom javadoc tags by @BryceStevenWilley in #247 - Enunciate api docs improvements by @BryceStevenWilley in #250
- Fix javadoc error by @BryceStevenWilley in #252
- Replace codes diagram with mermaid by @BryceStevenWilley in #251
- Review filing guide by @BryceStevenWilley in #256
- Add more JSON attributes to docs by @BryceStevenWilley in #259
Internal / Refactors
- Add GitHub workflow to deploy to production on GitHub release by @BryceStevenWilley in #243
- Move java packages around by @BryceStevenWilley in #241
- Better Filing Doc Deserializer tests by @BryceStevenWilley in #255
- Spotless formatting by @BryceStevenWilley in #257
- Reducing the example filing JSONs by @BryceStevenWilley in #258
Full Changelog: v1.2.16...v1.2.17
v1.2.16
Changed
- Show current values of wrong vars for errors by @BryceStevenWilley in #239
Internal
- Dev tooling by @BryceStevenWilley in #235
- Test formatting by @BryceStevenWilley in #238
- Fix issues when starting
dev-compose.ymlfrom a fresh docker DB. by @BryceStevenWilley in #240
Full Changelog: v1.2.15...v1.2.16