Skip to content

Commit 825ba5e

Browse files
authored
prepare for 3.1.1 release (#418)
* prepare for 3.1.1 release
1 parent fd51628 commit 825ba5e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
os: osx
7878
osx_image: xcode10
7979
env:
80-
- VERSION=3.1.0
80+
- VERSION=3.1.1
8181
install:
8282
# install hub
8383
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub
@@ -90,7 +90,7 @@ jobs:
9090
os: osx
9191
osx_image: xcode10
9292
env:
93-
- VERSION=3.1.0
93+
- VERSION=3.1.1
9494
install:
9595
# install hub
9696
- wget https://github.com/github/hub/releases/download/v2.11.2/hub-darwin-amd64-2.11.2.tgz -O /tmp/hub-darwin-amd64-2.11.2.tgz && tar -xvf /tmp/hub-darwin-amd64-2.11.2.tgz -C /usr/local/opt && ln -s /usr/local/opt/hub-darwin-amd64-2.11.2/bin/hub /usr/local/bin/hub

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Optimizely Objective-C SDK Changelog
22

3+
## 3.1.1
4+
May 21st, 2019
5+
6+
This includes a fix that if an event is dispatched while the app is in the background, the event dispatcher attempts to get an ephemeral session configuration which throws an exception. We catch and log the exception returning nil which causes a nil session and no task is run. The event will be sent again when the next event is queued.
7+
8+
### New Features
9+
* No new features for this patch release.
10+
11+
### Bug Fixes:
12+
* NSURLSession ephemeral session creation may throw an exception while the app is in the background.
13+
This fix wraps the ephemeral session creation with a try catch and logs an error. ([#417](https://github.com/optimizely/objective-c-sdk/pull/417))
14+
315
## 3.1.0
416
May 16th, 2019
517

0 commit comments

Comments
 (0)