Skip to content

Commit 6d0730a

Browse files
committed
Release 2.8.0
1 parent 8d309ef commit 6d0730a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## [[2.8.0]](https://github.com/Clarifai/clarifai-java/releases/tag/2.8.0) - [jCenter](https://bintray.com/clarifai/Clarifai/Clarifai/2.8.0) - 2020-02-14
4+
5+
See the API changes for more details on the Face proto deprecation and the facedetect* model type cleanup:
6+
https://docs.clarifai.com/product-updates/upcoming-api-changes
7+
8+
### Changed
9+
- Use Protobuf/gRPC for JSON (de)serialization
10+
11+
### Added
12+
- DetectionModel
13+
14+
### Removed
15+
- DemographicsModel, LogoModel, FaceConceptsModel, FaceDetectionModel, FocusModel.
16+
- Feedback
17+
318
## [[2.7.0]](https://github.com/Clarifai/clarifai-java/releases/tag/2.7.0) - [jCenter](https://bintray.com/clarifai/Clarifai/Clarifai/2.7.0) - 2018-12-10
419

520
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Try the Clarifai demo at: https://clarifai.com/demo
66
* Sign up for a free account at: https://clarifai.com/developer/signup/
77
* Read the developer guide at: https://clarifai.com/developer/guide/
8-
* Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.7.0/javadoc/
8+
* Read the full Javadocs at: https://jitpack.io/com/github/clarifai/clarifai-java/core/2.8.0/javadoc/
99

1010
[![Release](https://img.shields.io/maven-central/v/com.clarifai.clarifai-api2/core.svg?style=flat-square)](http://mvnrepository.com/artifact/com.clarifai.clarifai-api2/core)
1111
[![Build Status](https://travis-ci.org/Clarifai/clarifai-java.svg?branch=master)](https://travis-ci.org/Clarifai/clarifai-java)
@@ -44,7 +44,7 @@ Add the following to your dependencies:
4444

4545
### Jars:
4646
All links hosted by Maven Central (https://repo1.maven.org/):
47-
- [Clarifai 2.7.0 (.jar)](https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.7.0/core-2.7.0.jar)
47+
- [Clarifai 2.8.0 (.jar)](https://repo1.maven.org/maven2/com/clarifai/clarifai-api2/core/2.8.0/core-2.8.0.jar)
4848

4949
**Dependencies:**
5050
- [OkHttp 3.4.1 (.jar)](https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp/3.4.1/okhttp-3.4.1.jar)

0 commit comments

Comments
 (0)