---
source_url: https://www.pubnub.com/docs/sdks/angular/changelog
title: Changelog for Angular SDK
updated_at: 2026-06-22T14:38:50.880Z
---

> Documentation Index
> For a curated overview of PubNub documentation, see: https://www.pubnub.com/docs/llms.txt
> For the full list of all documentation pages, see: https://www.pubnub.com/docs/llms-full.txt


# Changelog for Angular SDK

:::note
## v4.2.0

*May 24, 2019*

| Type | Changes |
|------|----------|
| **Added** | • Add reconnect for v4 wrapper |
| **Fixed** | • Fix for encrypt method with customCipherKey |

## v4.1.0

*October 30, 2017*

| Type | Changes |
|------|----------|
| **Added** | • Add deleteMessages and fetchMessages for v4 wrapper |
| **Fixed** | • Active events broadcaster only with the param triggerEvent |

## v4.0.3

*September 21, 2017*

| Type | Changes |
|------|----------|
| **Added** | • Add delegated method setHeartbeatInterval for v4 wrapper |

## v4.0.2

*November 14, 2016*

| Type | Changes |
|------|----------|
| **Fixed** | • Add delegated method setFilterExpression for v4 wrapper |

## v4.0.1

*November 11, 2016*

| Type | Changes |
|------|----------|
| **Fixed** | • Add missing delegated methods (v3 -> fire, v4 -> removeListener, push, unsubscribeAll, decrypt, encrypt, fire ) |

## v4.0.0

*October 6, 2016*

| Type | Changes |
|------|----------|
| **Added** | • V4 support. |

## v3.2.1

*June 13, 2016*

| Type | Changes |
|------|----------|
| **Modified** | • When subscribing directly to a -pnpres channel, the AngularJS events were broadcasted on the channel itself and not on the -pnpres channel as it should have been.
<br/>• $pubnubChannel.$extend(): Avoid to share extensions across every $pubnubChannel objects.
 |

## v3.2.0

*May 10, 2016*

| Type | Changes |
|------|----------|
| **Added** | • Adding new $pubnubChannel and $pubnubChannelGroup injectables to simplify working with channel and channel groups |

## v3.1.2

*May 2, 2016*

| Type | Changes |
|------|----------|
| **Modified** | • Adjustments to build package and upgraded dependencies. |

## v3.1.1

*January 27, 2016*

| Type | Changes |
|------|----------|
| **Added** | • [#18](https://github.com/pubnub/pubnub-angular/pull/18) adding `mobile_gw_provision` to the delegated methods ([@kminkler](https://github.com/kminkler))
 |

## 3.1.0

| Type | Changes |
|------|----------|
| **Modified** | • added eslint, babel and webpack to the compilation process |

## 3.0.0

| Type | Changes |
|------|----------|
| **Added** | • full rewrite :)
 |
:::

### v4.2.0

May 24, 2019

| Added | Add reconnect for v4 wrapper |
| --- | --- |
| Fixed | Fix for encrypt method with customCipherKey |

### v4.1.0

October 30, 2017

| Added | Add deleteMessages and fetchMessages for v4 wrapper |
| --- | --- |
| Fixed | Active events broadcaster only with the param triggerEvent |

### v4.0.3

September 21, 2017

| Added | Add delegated method setHeartbeatInterval for v4 wrapper |
| --- | --- |

### v4.0.2

November 14, 2016

| Fixed | Add delegated method setFilterExpression for v4 wrapper |
| --- | --- |

### v4.0.1

November 11, 2016

| Fixed | Add missing delegated methods (v3 -> fire, v4 -> removeListener, push, unsubscribeAll, decrypt, encrypt, fire ) |
| --- | --- |

### v4.0.0

October 6, 2016

| Added | V4 support. |
| --- | --- |

### v3.2.1

June 13, 2016

| Modified | When subscribing directly to a -pnpres channel, the AngularJS events were broadcasted on the channel itself and not on the -pnpres channel as it should have been., $pubnubChannel.$extend(): Avoid to share extensions across every $pubnubChannel objects. |
| --- | --- |

### v3.2.0

May 10, 2016

| Added | Adding new $pubnubChannel and $pubnubChannelGroup injectables to simplify working with channel and channel groups |
| --- | --- |

### v3.1.2

May 2, 2016

| Modified | Adjustments to build package and upgraded dependencies. |
| --- | --- |

### v3.1.1

January 27, 2016

| Added | [#18](https://github.com/pubnub/pubnub-angular/pull/18) adding mobile_gw_provision to the delegated methods ([@kminkler](https://github.com/kminkler)) |
| --- | --- |

### 3.1.0

| Modified | added eslint, babel and webpack to the compilation process |
| --- | --- |

### 3.0.0

| Added | full rewrite :) |
| --- | --- |