Skip to content

Commit

Permalink
Updated CHANGELOG for v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelDylag committed May 25, 2016
1 parent 0cee6da commit 7800e36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog
=====================
## 0.10.5 (May 25, 2016)
- Ranging results are now reported at exact time
- Default beacon expiration time after which onExitRegion events are called is now set to 20s (was 10s). This should help with random short onExit/onEnter events. If you need to tweak this by yourself, beaconManager has new method for changing this to value from 1-60s range:
```java
beaconManager.setRegionExitExpiration(TimeUnit.SECONDS.toMillis(20));
```
Bear in mind, that high beacon advertising interval is also causing random short onEnter/onExit events. You can try lowering it to 200-300ms to gain better user experience.
- Added support for Eddystone Configuration Service (ECS)
- Minor optimizations

## 0.10.4 (May 11, 2016)
- Fixed problems with Advertising Interval setting update on Proximity Beacons
- Fixed (https://github.com/Estimote/Android-SDK/issues/151): Context problems with Analytics where NPE was thrown.
Expand Down

0 comments on commit 7800e36

Please sign in to comment.