A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pusher/pusher-websocket-swift/commit/e102d1101186a29102a58e571a61de8a2923cae8 below:

Merge pull request #345 from pusher/release/9.2.1 · pusher/pusher-websocket-swift@e102d11 · GitHub

File tree Expand file treeCollapse file tree 8 files changed

+15

-8

lines changed

Filter options

Expand file treeCollapse file tree 8 files changed

+15

-8

lines changed Original file line number Diff line number Diff line change

@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.

4 4

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

5 5

and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

6 6 7 -

## [Unreleased](https://github.com/pusher/pusher-websocket-swift/compare/9.2.0...HEAD)

7 +

## [Unreleased](https://github.com/pusher/pusher-websocket-swift/compare/9.2.1...HEAD)

8 + 9 +

## [9.2.1](https://github.com/pusher/pusher-websocket-swift/compare/9.2.0...9.2.1) - 2021-03-04

10 + 11 +

### Deprecated

12 + 13 +

- Marked the legacy `bind(_ callback:)` method on `Pusher` as deprecated.

14 +

- Marked the legacy `bind(eventName:callback:)` method on `PusherChannel` as deprecated.

8 15 9 16

## [9.2.0](https://github.com/pusher/pusher-websocket-swift/compare/9.1.1...9.2.0) - 2021-01-15

10 17 Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

Pod::Spec.new do |s|

2 2

s.name = 'PusherSwift'

3 -

s.version = '9.2.0'

3 +

s.version = '9.2.1'

4 4

s.summary = 'A Pusher client library in Swift'

5 5

s.homepage = 'https://github.com/pusher/pusher-websocket-swift'

6 6

s.license = 'MIT'

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

Pod::Spec.new do |s|

2 2

s.name = 'PusherSwiftWithEncryption'

3 -

s.version = '9.2.0'

3 +

s.version = '9.2.1'

4 4

s.summary = 'A Pusher client library in Swift that supports encrypted channels'

5 5

s.homepage = 'https://github.com/pusher/pusher-websocket-swift'

6 6

s.license = 'MIT'

Original file line number Diff line number Diff line change

@@ -150,7 +150,7 @@ let package = Package(

150 150

targets: ["YourPackage"]),

151 151

],

152 152

dependencies: [

153 -

.package(url: "https://github.com/pusher/pusher-websocket-swift.git", from: "9.2.0"),

153 +

.package(url: "https://github.com/pusher/pusher-websocket-swift.git", from: "9.2.1"),

154 154

],

155 155

targets: [

156 156

.target(

Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

<key>CFBundlePackageType</key>

16 16

<string>FMWK</string>

17 17

<key>CFBundleShortVersionString</key>

18 -

<string>9.2.0</string>

18 +

<string>9.2.1</string>

19 19

<key>CFBundleSignature</key>

20 20

<string>????</string>

21 21

<key>CFBundleVersion</key>

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ import Foundation

2 2

import NWWebSocket

3 3 4 4

let PROTOCOL = 7

5 -

let VERSION = "9.2.0"

5 +

let VERSION = "9.2.1"

6 6

// swiftlint:disable:next identifier_name

7 7

let CLIENT_NAME = "pusher-websocket-swift"

8 8 Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

<key>CFBundlePackageType</key>

16 16

<string>BNDL</string>

17 17

<key>CFBundleShortVersionString</key>

18 -

<string>9.2.0</string>

18 +

<string>9.2.1</string>

19 19

<key>CFBundleSignature</key>

20 20

<string>????</string>

21 21

<key>CFBundleVersion</key>

Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@ import XCTest

2 2 3 3

@testable import PusherSwift

4 4 5 -

let VERSION = "9.2.0"

5 +

let VERSION = "9.2.1"

6 6 7 7

class ClientInitializationTests: XCTestCase {

8 8

private var key: String!

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4