Releases: SuffolkLITLab/EfileProxyServer
Releases · SuffolkLITLab/EfileProxyServer
Release list
v1.3.2
#412, without #408 (which requires a db migration, and we don't want to run that in the middle of the day).
Skipped 1.3.1 because that just went into main and includes the db migration commit, so just going up again. Sorry for the mess, future folks.
Full Changelog: v1.3.0...v1.3.2
v1.3.0
Removed
- Remove JeffNet by @BryceStevenWilley in #365
- Removes all code related to Taxonomy / CSV stuff by @BryceStevenWilley in #368
Added
- Return login expiration times from tyler auth response by @rajeswari1301 in #402
- Allows users[0] to be used as lead_contact by @BryceStevenWilley in #404
- Add param for court list to get only inital filing ones by @BryceStevenWilley in #406
Changed
- Use the LoggingFeature to actually log SOAP calls easily by @BryceStevenWilley in #392
- Add more sensitive protocol header names for API Keys by @BryceStevenWilley in #393
Fixed
- Increase number of connections to the codes DB by @BryceStevenWilley in #354
- Pin flyctl action to specific commit SHA by @rajeswari1301 in #359
- Do inner joins on domain too, not just location by @BryceStevenWilley in #360
- Install awscli tools in the docker build and not at runtime by @BryceStevenWilley in #362
- Remove the "Optional" property from the CourtLocationInfo class by @BryceStevenWilley in #366
- increase timeout to 3mins for filing review and user service calls by @rajeswari1301 in #388
- Add "JDK8 Module" to Jackson by @BryceStevenWilley in #407
- Check that a document is enabled before parsing by @BryceStevenWilley in #405
Internal Refactors
- Bump versions by @BryceStevenWilley in #361
- Some version bumps by @BryceStevenWilley in #363
- Small improvements from debugging with plocket by @BryceStevenWilley in #364
- Save sequence number, not a load doc boolean by @BryceStevenWilley in #367
- Make name and code final in CourtLocationInfo by @BryceStevenWilley in #369
- Read Tyler versions from config files by @rajeswari1301 in #376
- Load application properties from current dir, then as class resource by @BryceStevenWilley in #378
- Trying to make the caching actually work by @BryceStevenWilley in #379
- Bump CXF version to 4.1.6 by @BryceStevenWilley in #389
- Use "@NeedsAuthorization" to check API key in one place, not each func by @BryceStevenWilley in #390
- Make a separate condition tag for logback by @BryceStevenWilley in #396
- Moving classes and packages around by @BryceStevenWilley in #397
- Cleaning up deprecated functions by @BryceStevenWilley in #409
Tyler Codes Parser (the "vet" methods)
- Add Minimal TylerCodesParser by @BryceStevenWilley in #370
- Add FilingType / FilingCode to TylerCodesParser by @BryceStevenWilley in #371
- Add Name checks to TylerCodesParser by @BryceStevenWilley in #372
- Vet a few things by @BryceStevenWilley in #374
- More vets by @BryceStevenWilley in #377
- Vet Damage Amount by @BryceStevenWilley in #380
- Vet email and phone by @BryceStevenWilley in #381
- Vet some Text Vars by @BryceStevenWilley in #382
- Vet party type by @BryceStevenWilley in #383
- Vet Org Name and File Name by @BryceStevenWilley in #384
- Vet Attorneys by @BryceStevenWilley in #385
- Vet Due date, FilingAction, and FilingDoc by @BryceStevenWilley in #386
- Final vet by @BryceStevenWilley in #387
- Fix CodeParser closing too early by @BryceStevenWilley in #391
Docs
- More Docs by @BryceStevenWilley in #356
- Missed more newlines to fix markdown bullets by @BryceStevenWilley in #357
- Mermaid support in mkdocs by @BryceStevenWilley in #410
- Bump version to 1.3.0 by @BryceStevenWilley in #411
New Contributors
- @rajeswari1301 made their first contribution in #359
Full Changelog: v1.2.25...v1.3.0
v1.2.27
Cherry-pick a fix back to allow the docker image to correctly start on Fly.io (#362)
Full Changelog: v1.2.26...v1.2.27
v1.2.26
- Extends timeouts on the Case Service MDE for the filing review calls.
Full Changelog: v1.2.25...v1.2.26
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