Skip to content

Releases: kmwtechnology/lucille

0.5.1

29 Jan 22:05
e3c4062
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

17 Jan 15:50
Compare
Choose a tag to compare

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

Full Changelog: 0.4.1...0.5.0

0.4.1

22 Oct 21:29
5a00293
Compare
Choose a tag to compare

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

04 Oct 15:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

03 Sep 20:31
3377fed
Compare
Choose a tag to compare

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

Full Changelog: v0.2.4...0.3.0

0.2.4

21 Aug 16:36
ce0bfdd
Compare
Choose a tag to compare

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

22 Jul 17:38
066033c
Compare
Choose a tag to compare

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

25 Jun 15:46
883d5ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

24 Apr 04:04
270b46c
Compare
Choose a tag to compare

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

04 Apr 14:07
Compare
Choose a tag to compare

First release using our github action release-to-sonatype.