Releases: umd-lib/plastron
Releases · umd-lib/plastron
Plastron 4.8.0
What's Changed
- LIBFCREPO-1778: Update plastron to use ruff by @aguilarm-umd in #366
- LIBFCREPO-1728: Update Export Command with Labels by @aguilarm-umd in #365
- LIBFCREPO-1784. Refactored export and binary-related code. by @peichman-umd in #368
- LIBFCREPO-1656. Include all columns in export CSV. by @peichman-umd in #369
- LIBFCREPO-1204. Ensure export destination name ends with ".zip". by @peichman-umd in #367
- LIBFCREPO-1649: Add group-by argument to import command by @aguilarm-umd in #370
- LIBFCREPO-1763. Ensure correct serialization of all embedded objects. by @peichman-umd in #371
- LIBFCREPO-1789. Return a ProxiedClient from PlastronContext if the repo config includes an
ORIGINsetting. by @peichman-umd in #372 - LIBFCREPO-1631. Added attach command. by @peichman-umd in #373
Full Changelog: 4.7.0...4.8.0
Plastron 4.7.0
What's Changed
- LIBFCREPO-1752. Logging improvements for plastrond-stomp. by @peichman-umd in #354
- LIBFCREPO-1194. Catch StompExceptions raised when sending the result status messages. by @peichman-umd in #355
- LIBFCREPO-1711. Improve plastrond-stomp error messages. by @peichman-umd in #356
- LIBFCREPO-1765: Use iiif_id as a substitutable value for public url by @aguilarm-umd in #358
- LIBFCREPO-1194. Added heartbeat to the STOMP connection. by @peichman-umd in #357
- LIBFCREPO-1758: Pass plastron-http version to Context for ActivityStream by @aguilarm-umd in #359
- LIBFCREPO-1769. Added ProxiedClient class. by @peichman-umd in #360
- LIBFCREPO-1756: Pass convert-option parameters to NDNPBatch by @aguilarm-umd in #361
- LIBFCREPO-1564: Update command to support file input by @aguilarm-umd in #363
- LIBFCREPO-1767. Added fixpageorder command. by @peichman-umd in #362
- LIBFCREPO-1777. Added a replace command. by @peichman-umd in #364
Full Changelog: 4.6.3...4.7.0
Plastron 4.6.3
Full Changelog: 4.6.2...4.6.3
Plastron 4.6.2
What's Changed
- LIBFCREPO-1743. Use all descendant text nodes for hocr.Word content. by @peichman-umd in #353
Full Changelog: 4.6.1...4.6.2
Plastron 4.6.1
What's Changed
- LIBFCREPO-1739. Pin rdflib to a version <7.3 by @peichman-umd in #352
Full Changelog: 4.6.0...4.6.1
Plastron 4.6.0
What's Changed
- LIBFCREPO-1652. Removed SynchronousResponseHandler class from plastron-stomp. by @peichman-umd in #346
- LIBFCREPO-1553. Dynamic status update reliability. by @peichman-umd in #347
- LIBFCREPO-1613. Upgrade Plastron to Python 3.10.18 by @peichman-umd in #348
- LIBFCREPO-1692. Dockerfile and docker compose improvements. by @peichman-umd in #349
- LIBFCREPO-1690. Support reindexing deleted resources. by @peichman-umd in #350
- LIBFCREPO-1731. Client can take a custom session. by @peichman-umd in #351
Full Changelog: 4.5.1...4.6.0
Plastron 4.5.1
What's Changed
- LIBFCREPO-1635. Store the RDFProperty object on the resource instance. by @peichman-umd in #345
Full Changelog: 4.5.0...4.5.1
Plastron 4.5.0
What's Changed
- LIBFCREPO-1647. Implemented SPARQL updates via the HTTP webapp. by @peichman-umd in #344
Full Changelog: 4.4.0...4.5.0
Plastron 4.4.0
What's Changed
- LIBFCREPO-1516. Created a Vocabulary class and cleaned up up the model classes. by @peichman-umd in #318
- LIBFCREPO-1495. Updates to support solrizer content model mapping. by @peichman-umd in #319
- LIBFCREPO-1499. Updated Letter and Poster models. by @peichman-umd in #320
- LIBFCREPO-1562. Set datatype on the
dateattribute in the Letter model. by @peichman-umd in #321 - LIBFCREPO-1567: Refactoring reindex class based on changes from broker by @aguilarm-umd in #322
- LIBFCREPO-1452: Updating logging for find command by @aguilarm-umd in #323
- LIBFCREPO-1496. Updates to support solrizer facets indexer. by @peichman-umd in #324
- LIBFCREPO-1498.
ProxyIteratorcan return full objects. by @peichman-umd in #325 - LIBFCREPO-1577. Improvements to vocabulary handling. by @peichman-umd in #327
- LIBFCREPO-1503. Expanded the FedoraResource RDF mapping class. by @peichman-umd in #328
- LIBFCREPO-1582. Include the CLI command name in the User-Agent string by @peichman-umd in #329
- LIBFCREPO_1583. Added ContentModeledResource class. by @peichman-umd in #330
- LIBFCREPO-1594. Made AdminSet a non-top-level content-modeled resource. by @peichman-umd in #331
- LIBFCREPO-1607. Added "rights" property to the Issue model. by @peichman-umd in #332
- LIBFCREPO-1609. Added "rights holder" property to newspaper issue model. by @peichman-umd in #333
- LIBFCREPO-1615. Created new plastron-jobs distribution package. by @peichman-umd in #334
- LIBFCREPO-1619: Add has_file to Item Class by @aguilarm-umd in #335
- LIBFCREPO-1188. Extensible OCRResource framework. by @peichman-umd in #337
- LIBFCREPO-1620. Added
--indexoption toreindexCLI command. by @peichman-umd in #336 - LIBFCREPO-1625. Include file usage information in CSV import. by @peichman-umd in #338
- LIBFCREPO-1626. Catch errors in the ImageWithOCR class. by @peichman-umd in #339
- LIBFCREPO-1621. Converted NDNP handler to import pre-processor. by @peichman-umd in #340
- LIBFCREPO-1634. Added
convert_tomethod to RepositoryResource. by @peichman-umd in #341 - LIBFCREPO-1622. Added "audience" to the Item content model. by @peichman-umd in #342
- LIBFCREPO-1644. Report the "plastron-repo" package version in PlastronContext.version. by @peichman-umd in #343
Full Changelog: 4.3.3...4.4.0
Plastron 4.3.3
What's Changed
- LIBFCREPO-1578: Allow ttl to be copied to site packages by @aguilarm-umd in #326
Full Changelog: 4.3.2...4.3.3