Releases: kmwtechnology/lucille
Releases · kmwtechnology/lucille
0.5.1
What's Changed
- LC-576: S3 examples with requested changes by @supertick in #232
- LC-576 followup -- fix version in pom.xml by @rseitz in #245
- LC-481: Small improvements for Stage unit tests by @mrwrench24 in #242
- LC-564 - upgrade packages for CVEs by @kiratraynor in #246
- LC-606: ParseFilePath Stage + Unit Tests by @kwatters in #238
- LC-424: Created tests for OpenSearchUtils by @mrwrench24 in #247
- LC-426: Improved Unit Tests for CSV/Open/Elasticsearch Indexers by @mrwrench24 in #243
- LC-618: Special path separator for archive files by @mrwrench24 in #248
- LC-426: Fix Opensearch Indexer Test by @mrwrench24 in #249
- LC-605 file connector changes v2 by @rseitz in #244
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- LC-334: add test to validate all example configs by @Jozurf in #196
- LC-482: create GitHub action for smoketest by @Jozurf in #207
- LC-556 documentation updates to remove placeholder text and organize content by @meghanboyd in #204
- LC-565: fix distributed example by @Jozurf in #206
- LC-482: set up github smoketest action with docker for distributed mode by @Jozurf in #208
- LC-482: update smoketest action by @Jozurf in #211
- LC-482: change value to test action failure by @Jozurf in #212
- LC-470: create FileConnector by @Jozurf in #205
- LC-466: create embedding stage using Jlama by @Jozurf in #201
- LC-568: update all github actions versions by @Jozurf in #210
- LC-568: revert github action in publishing workflow for debugging by @Jozurf in #214
- LC-568: re-update github actions by @Jozurf in #216
- LC-572: update TextExtractor setting of fields by @Jozurf in #215
- LC-482: update smoketest to use test-container by @Jozurf in #213
- LC-482: fixed test result for github smoketest by @Jozurf in #218
- LC-574: update javadoc for ChunkText stage by @Jozurf in #220
- LC-587: SetStaticValues stage should accept non-String values by @rseitz in #221
- LC-582/LC-583 improve AddRandomFields stage by @rseitz in #222
- LC-593 Create new Stages for Generating Random Test Data by @spencersolomon6 in #223
- LC-595 - supporting the config for solr.acceptInvalidCert for the solr indexer by @kwatters in #224
- LC-596 - adding a stage that can hash a field value to a specified set of buckets and put the bucket label in an output field. by @kwatters in #227
- LC-144: enhance FileConnector by @Jozurf in #217
- LC-144: enhance FileConnector by @Jozurf in #229
- LC-570: deprecate VFSConnector by @Jozurf in #226
- Eclipse ignores and javadoc fixes by @supertick in #230
- LC-575: Add parent field copying to EmitNestedChildren Stage by @Jozurf in #225
- LC-579 Allows eclipse to build with pinned maven dependency plugin by @supertick in #233
- LC-599: Fix Nightly Smoketest by @mrwrench24 in #237
- LC-483: Support a replacement field in ReplacePatterns by @mrwrench24 in #239
- LC-579 Lucille as a service by @supertick in #234
- LC-613: Independent run metrics by @mrwrench24 in #241
New Contributors
- @supertick made their first contribution in #230
- @mrwrench24 made their first contribution in #237
Full Changelog: 0.4.1...0.5.0
0.4.1
What's Changed
- LC-554: add getBatchCapacity to Indexer by @Jozurf in #190
- LC-488: ApplyJSONata stage by @akul-sethi in #131
- LC-550: create EmitDocsToDeleteByPrefix Pinecone stage by @Jozurf in #187
- LC-496: support skipping null values in ParseJson stage by @Jozurf in #189
- Documentation updates by @meghanboyd in #124
- LC-555 - Upgrade maven compiler plugin and use Java 17 by @kiratraynor in #193
- LC-543: Refactor Document Interface to Support Timestamp & Date by @Jozurf in #178
- LC-557: investigate bug causing publishing failures by @Jozurf in #195
- LC-556 Lucille documentation outline by @meghanboyd in #194
- LC-556 add more directories and files to documentation site by @meghanboyd in #197
- LC-556 More docsy updates by @meghanboyd in #198
- LC-204: support deletion in OpenSearchIndexer by @Jozurf in #191
- LC-439: support non integer join keys in DbConnector by @Jozurf in #184
- Update _index.md by @meghanboyd in #199
- LC-560: doc for formatting & stage creation by @Jozurf in #200
- LC-561: upgrade docsy to latest version by @Jozurf in #202
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- LC-544 - Upgrade junit 4.13 to 4.13.2 by @kiratraynor in #173
- LC-300: create EmitNestedChildren stage by @Jozurf in #174
- LC-535: added ability to ignore "id" field in SolrIndexer by @Jozurf in #162
- LC-465: create OpenAIEmbed Stage by @Jozurf in #171
- LC-505: Update PineconeIndexer by @Jozurf in #175
- LC-505: update pineconeIndexer hotfix by @Jozurf in #176
- LC-487: fix transient worker test by @Jozurf in #172
- LC-202: support null for stage condition operator by @Jozurf in #179
- LC-549: reduce watcher interval by @Jozurf in #181
- LC-547: support OR in stage condition framework by @Jozurf in #180
- LC-467: implement ChunkText stage by @Jozurf in #160
- LC-506: support deletion for PineconeIndexer by @Jozurf in #177
- LC-467 - Upgrade project to build with java 17. by @kiratraynor in #186
- LC-422: ElasticsearchUtilsTest by @akul-sethi in #143
- LC-181: add retry connection for QueryDatabase by @Jozurf in #183
- LC-161: add connection retry for dbConnector by @Jozurf in #182
- LC-553 Support Configurable Event Topic Name by @spencersolomon6 in #188
- LC-516: Implement Basic Authentication with the Admin API by @spencersolomon6 in #147
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- LC-521: remove external call in ExponentialBackoffRetryHandlerTest by @Jozurf in #167
- LC-525 increase version of vfs and aws-sdk to the latest to fix CVEs by @spencersolomon6 in #169
- LC-542: increase default queue capacity by @Jozurf in #170
- LC-405: lucille opensearch ingest example by @Jozurf in #150
- LC-469: Lucille Admin API POC by @spencersolomon6 in #145
- LC-536: added JDBCUtils for JDBC type handling by @Jozurf in #164
New Contributors
- @spencersolomon6 made their first contribution in #169
Full Changelog: v0.2.4...0.3.0
0.2.4
What's Changed
- LC-394: update SequenceConnector to support long numDocs property by @Jozurf in #149
- LC-523: removal of -local flag in example scripts by @Jozurf in #151
- LC-526: update tika to latest version by @Jozurf in #154
- LC-504: delete foo file created from test by @Jozurf in #156
- LC-527: update jacoco version by @Jozurf in #157
- LC-528: closing inputStream after parsing by @Jozurf in #155
- LC-530: remove use of parallel streams and unordered iteration from VFSConnector by @Jozurf in #159
- LC-503: added ignoreFields functionality in Elasticsearch and OpenSearch Indexer by @Jozurf in #153
- LC-522: add render flag for runner by @Jozurf in #161
- LC-537 - add timeout configuration options for fetch uri requests. by @kiratraynor in #165
- LC-537 - Set default for FetchURI timeouts to 60 seconds (1 min) by @kiratraynor in #166
- LC-538 - Update connector timeout error message to better describe where the timeout is coming from by @kiratraynor in #168
- LC-532: fix leak of threads in TextExtractor stage by @Jozurf in #158
Full Changelog: 0.2.3...v0.2.4
0.2.3
What's Changed
- LC-476 update any .ndjson extension to .jsonl, including files & instructions by @Jozurf in #146
- LC-482: dockerized distributed test attached to maven verify by @akul-sethi in #142
- LC-520 Upgrade OpenSearch Java to 2.8.2 for HttpClient 5.3 Updates by @sartian in #148
New Contributors
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- LC-456: cleaned javadoc errors in entire project. warnings still need to be done by @akul-sethi in #114
- Test docsy site - Update connector.md by @meghanboyd in #116
- LC-456: fixed 5 javadoc errors by @akul-sethi in #117
- LC-352 Lucille in distributed mode by @akul-sethi in #111
- fix to pom which was breaking github action by @akul-sethi in #120
- LC-352: fixed build warning by @akul-sethi in #121
- LC-462: stage conditions paradigm asserts that provided operator is valid by @akul-sethi in #118
- LC-463: Conditions framework now does not need values to be provided by @akul-sethi in #119
- LC-396 initial support for base64decode by @kwatters in #77
- LC-457 - set version for release-to-sonatype github action when creating new release by @kiratraynor in #115
- LC-479 ParseJson stage should not delete the src field by @rseitz in #128
- LC-480 update FetchURI stage to accept headers specified in stage config by @rseitz in #129
- LC-427: improved indexer factory tests by @akul-sethi in #130
- LC-421: misc test improvement by @akul-sethi in #126
- LC-314: add Document support for JSON getters and setters by @rseitz in #122
- LC-472 - Remove lucille.sh. by @kiratraynor in #132
- LC-464: added ocr to the bom by @akul-sethi in #137
- LC-436: added smoketest to lucille by @akul-sethi in #125
- LC-499 by @akul-sethi in #134
- LC-418 added tests for ElasticsearchLookup stage by @akul-sethi in #94
- LC-254: CleanText Stage by @akul-sethi in #133
- LC-486 Add retries to FetchUri Stage by @kiratraynor in #135
- LC-436: create output directory by @akul-sethi in #138
- LC-436: fixes for smoketest by @akul-sethi in #140
- LC-504: fixes issue of file creation by @akul-sethi in #141
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- LC-438 Document interface cleanup by @rseitz in #109
- LC-433 generalized database connector to not only support strings by @akul-sethi in #112
- LC-445 and LC-444 Create action for releases to sonatype by @kiratraynor in #110
- LC-406 - Upgrade vulnerable Lucille dependencies. by @kiratraynor in #113
Full Changelog: 0.2.0...0.2.1
0.2.0
First release using our github action release-to-sonatype.