Skip to content

Commit

Permalink
Getting ready for new version!
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianoBolla-Appwise committed Aug 28, 2021
1 parent 566d6f9 commit 6a8dafa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,26 @@ All notable changes to this project will be documented in this file.

### Breaking

### Bug Fixes

### Improvements

## [1.1.0](https://github.com/appwise-labs/AndroidCore/releases/tag/1.1.0)

### Breaking

- Moved Core to a proper module, now a better abstraction can be achieved by adding more submodules to Core. Even a sample app can be created within this project as well. Details of the procedure can be found [here](https://appwise.atlassian.net/wiki/spaces/~635004520/pages/415989761/Android+Core+Multiple+Submodules).
- Networking, Realm and Room have been moved to separate modules as well.

### Bug Fixes

- Removed 'JCenter' from the repositories list as that [service has been discontinued](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/).
- Removed 'easyValidation' dependency as it was a deprecated library that was only available on JCenter.

### Improvements
- Added the possibility to override the choose if you want the Proxyman classes to show it's logs.
- Added the possibility to override the choose if you want the Proxyman classes to show it's logs.
- Limited the number of calls/packages Proxyman holds in memory when there is no client available.
- Removed unneeded line that deleted Proxyman clients that weren't connected to your app anymore.

- Added the possibility to override the BaseRestClient's `getHttpLoggingInterceptor()` to provide a project specific logging level.

## [1.0.0](https://github.com/appwise-labs/AndroidCore/releases/tag/1.0.0)
Expand Down

0 comments on commit 6a8dafa

Please sign in to comment.