Skip to content

Commit

Permalink
Changelog & bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Aug 13, 2021
1 parent 848c74b commit 9f2f084
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 8 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
# Changelog

## [v0.2.10](https://github.com/feast-dev/feast-spark/tree/v0.2.9) (2021-08-13)
[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.9...v0.2.10)

**Implemented enhancements:**
- Optimize historical retrieval by filtering rows only within timestamp boundaries from entity dataframe [\#87](https://github.com/feast-dev/feast-spark/pull/87) ([pyalex](https://github.com/pyalex))

**Fixed bugs:**

- Pandas is missing in spark job base image [\#88](https://github.com/feast-dev/feast-spark/pull/88) ([pyalex](https://github.com/pyalex))
- Do not use gcThreshold for historical retrieval jobs [\#86](https://github.com/feast-dev/feast-spark/pull/86) ([pyalex](https://github.com/pyalex))

## [v0.2.9](https://github.com/feast-dev/feast-spark/tree/v0.2.9) (2021-07-28)
[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.8...v0.2.9)

**Fixed bugs:**
- Refresh redis topology on write [\#83](https://github.com/feast-dev/feast-spark/pull/83) ([khorshuheng]
- Use hash for schedule job id [\#80](https://github.com/feast-dev/feast-spark/pull/80) ([khorshuheng]

**Implemented enhancements:**
- Make max inflight RPCs in bigtable client configurable through spark config [\#81](https://github.com/feast-dev/feast-spark/pull/81) ([pyalex])
- Use gcThresholdSec label instead of max_age if present [\#82](https://github.com/feast-dev/feast-spark/pull/82) ([pyalex])

## [v0.2.8](https://github.com/feast-dev/feast-spark/tree/v0.2.8) (2021-07-07)
[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.7...v0.2.8)

**Implemented enhancements:**
- Use entity source project dataset for bigquery view creation [\#79](https://github.com/feast-dev/feast-spark/pull/79) ([khorshuheng])(https://github.com/khorshuheng))

## [v0.2.7](https://github.com/feast-dev/feast-spark/tree/v0.2.7) (2021-06-15)
[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.6...v0.2.7)

**Implemented enhancements:**
- Extra configuration for bigtable client [\#78](https://github.com/feast-dev/feast-spark/pull/78) ([pyalex])(https://github.com/pyalex))
- Add configuration for bigquery entity staging location [\#77](https://github.com/feast-dev/feast-spark/pull/77) ([khorshuheng])(https://github.com/khorshuheng))


## [v0.2.6](https://github.com/feast-dev/feast-spark/tree/v0.2.6) (2021-05-20)
[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.5...v0.2.6)

**Fixed bugs:**
- Fix broken scheduled batch ingestion jobs [\#72](https://github.com/feast-dev/feast-spark/pull/72) ([khorshuheng](https://github.com/khorshuheng))

## [v0.2.5](https://github.com/feast-dev/feast-spark/tree/v0.2.5) (2021-05-11)

[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.2.4...v0.2.5)
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Extension for running Ingestion on Spark
name: feast-spark
version: 0.2.5
version: 0.2.10
4 changes: 2 additions & 2 deletions infra/charts/feast-spark/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feast-spark

Feast Extension for running Ingestion on Spark 0.2.5
Feast Extension for running Ingestion on Spark 0.2.10

## Installation

Expand All @@ -10,7 +10,7 @@ https://docs.feast.dev/v/master/getting-started/deploying-feast/kubernetes

| Repository | Name | Version |
|------------|------|---------|
| | feast-jobservice | 0.2.5 |
| | feast-jobservice | 0.2.10 |
| | prometheus-statsd-exporter | 0.1.2 |

## Values
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Feast Job Service manage ingestion jobs.
name: feast-jobservice
version: 0.2.5
version: 0.2.10
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/charts/feast-jobservice/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feast-jobservice

![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square)
![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square)

Feast Job Service manage ingestion jobs.

Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: feast-jobservice
repository: ""
version: 0.2.5
version: 0.2.10
- name: prometheus-statsd-exporter
repository: ""
version: 0.1.2
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-spark/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: feast-jobservice
version: 0.2.5
version: 0.2.10
condition: feast-jobservice.enabled
- name: prometheus-statsd-exporter
version: 0.1.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</modules>

<properties>
<revision>0.2.5</revision>
<revision>0.2.10</revision>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<scala.version>2.12</scala.version>
Expand Down

0 comments on commit 9f2f084

Please sign in to comment.