Skip to content

Commit

Permalink
Changelog & bump version to 0.2.0
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 Apr 15, 2021
1 parent 691cb45 commit a4e83ee
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 8 deletions.
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Changelog

## [v0.2.0](https://github.com/feast-dev/feast-spark/tree/v0.2.0) (2021-04-15)

[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.1.2...v0.2.0)

**Implemented enhancements:**

- Cassandra as sink option for ingestion job [\#51](https://github.com/feast-dev/feast-spark/pull/51) ([khorshuheng](https://github.com/khorshuheng))
- Bigtable as alternative Online Storage [\#46](https://github.com/feast-dev/feast-spark/pull/46) ([pyalex](https://github.com/pyalex))

**Fixed bugs:**

- Cassandra schema update should not fail when column exist [\#55](https://github.com/feast-dev/feast-spark/pull/55) ([khorshuheng](https://github.com/khorshuheng))
- Fix avro serialization: reuse generated schema in advance [\#52](https://github.com/feast-dev/feast-spark/pull/52) ([pyalex](https://github.com/pyalex))

**Merged pull requests:**

- Fix dependencies for aws e2e [\#56](https://github.com/feast-dev/feast-spark/pull/56) ([pyalex](https://github.com/pyalex))
- Better handling for invalid proto messages [\#54](https://github.com/feast-dev/feast-spark/pull/54) ([pyalex](https://github.com/pyalex))
- Bump feast version to 0.9.5 [\#53](https://github.com/feast-dev/feast-spark/pull/53) ([terryyylim](https://github.com/terryyylim))
- Fix setup.py dependencies [\#49](https://github.com/feast-dev/feast-spark/pull/49) ([woop](https://github.com/woop))
- Add documentation building for readthedocs.org [\#47](https://github.com/feast-dev/feast-spark/pull/47) ([woop](https://github.com/woop))
- Cleanup Scala code [\#28](https://github.com/feast-dev/feast-spark/pull/28) ([YikSanChan](https://github.com/YikSanChan))

## [v0.1.2](https://github.com/feast-dev/feast-spark/tree/v0.1.2) (2021-03-17)

[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.1.1...v0.1.2)

**Implemented enhancements:**

- Implicit type conversion for entity and feature table source [\#43](https://github.com/feast-dev/feast-spark/pull/43) ([khorshuheng](https://github.com/khorshuheng))

**Merged pull requests:**

- Make field mapping for batch source consistent with streaming source [\#45](https://github.com/feast-dev/feast-spark/pull/45) ([khorshuheng](https://github.com/khorshuheng))
- Better cleanup for cached rdds in Streaming Ingestion [\#44](https://github.com/feast-dev/feast-spark/pull/44) ([pyalex](https://github.com/pyalex))
- Add tests for master branch [\#25](https://github.com/feast-dev/feast-spark/pull/25) ([woop](https://github.com/woop))

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

[Full Changelog](https://github.com/feast-dev/feast-spark/compare/v0.1.0...v0.1.1)

## [v0.1.0](https://github.com/feast-dev/feast-spark/tree/v0.1.0) (2021-03-08)

[Full Changelog](https://github.com/feast-dev/feast-spark/compare/92043a1f67043f531ab76ac2093d0ca604afd825...v0.1.0)

**Fixed bugs:**

- Fix GH Actions PR Workflow Support for PRs from External Contributors [\#35](https://github.com/feast-dev/feast-spark/pull/35) ([mrzzy](https://github.com/mrzzy))
- Allow only project filter when listing ft [\#32](https://github.com/feast-dev/feast-spark/pull/32) ([terryyylim](https://github.com/terryyylim))


**Implemented enhancements:**

- Configurable retry for failed jobs \(JobService Control Loop\) [\#29](https://github.com/feast-dev/feast-spark/pull/29) ([pyalex](https://github.com/pyalex))


**Merged pull requests:**

- Add Helm chart publishing for Feast Spark [\#24](https://github.com/feast-dev/feast-spark/pull/24) ([woop](https://github.com/woop))
- Add project filter to list jobs [\#16](https://github.com/feast-dev/feast-spark/pull/16) ([terryyylim](https://github.com/terryyylim))

- Add protos and update CI [\#23](https://github.com/feast-dev/feast-spark/pull/23) ([pyalex](https://github.com/pyalex))
- Add SparkClient as separate pytest fixture [\#22](https://github.com/feast-dev/feast-spark/pull/22) ([pyalex](https://github.com/pyalex))
- Update CI workflow [\#19](https://github.com/feast-dev/feast-spark/pull/19) ([terryyylim](https://github.com/terryyylim))
- Update submodule [\#18](https://github.com/feast-dev/feast-spark/pull/18) ([terryyylim](https://github.com/terryyylim))
- Use feast core images from GCR instead of building them ourselves [\#17](https://github.com/feast-dev/feast-spark/pull/17) ([pyalex](https://github.com/pyalex))
- Build & push docker workflow for spark ingestion job [\#13](https://github.com/feast-dev/feast-spark/pull/13) ([pyalex](https://github.com/pyalex))
- Fix Azure e2e tests [\#11](https://github.com/feast-dev/feast-spark/pull/11) ([oavdeev](https://github.com/oavdeev))
- fix submodule ref [\#10](https://github.com/feast-dev/feast-spark/pull/10) ([oavdeev](https://github.com/oavdeev))
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.1.0-SNAPSHOT
version: 0.2.0
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.1.0-SNAPSHOT
Feast Extension for running Ingestion on Spark 0.2.0

## Installation

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

| Repository | Name | Version |
|------------|------|---------|
| | feast-jobservice | 0.1.0-SNAPSHOT |
| | feast-jobservice | 0.2.0 |
| | 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.1.0-SNAPSHOT
version: 0.2.0
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.1.0-SNAPSHOT](https://img.shields.io/badge/Version-0.1.0--SNAPSHOT-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.1.0--SNAPSHOT-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.1.0-SNAPSHOT
version: 0.2.0
- 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.1.0-SNAPSHOT
version: 0.2.0
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.1.0-SNAPSHOT</revision>
<revision>0.2.0</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 a4e83ee

Please sign in to comment.