Skip to content

Releases: supportpal/pollcast

v1.2.3

11 Mar 14:47
826671a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

21 Mar 17:27
66c17bf
Compare
Choose a tag to compare
fix: remove always filtering out messages by same socket (#25)

Co-authored-by: gaith <[email protected]>

v1.2.1

15 Mar 12:10
7b09fad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

27 Feb 18:06
d9aabf5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Feb 15:58
90b472b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.1.0

v1.0.6

24 Aug 16:21
4808651
Compare
Choose a tag to compare
fix: #8 - use microseconds in messages call (#15)

* fix: #8 - use microseconds in messages call

* ensure it doesn't fetch any entries after the saved timestamp

* fix phpcs

* change order of params

v1.0.5

23 Aug 15:54
f277e07
Compare
Choose a tag to compare
fix: #10 - change payload column to mediumtext (#12)

v1.0.4

19 Aug 17:22
05d51af
Compare
Choose a tag to compare
chore: update .gitattributes

v1.0.3

18 Aug 12:07
0d3a35f
Compare
Choose a tag to compare
fix: #8 - messages retrieved in incorrect order (#9)

v1.0.2

02 Aug 13:56
42276d8
Compare
Choose a tag to compare
fix: #3 - member is not kept alive in all channels (#4)

* fix: #3 - member is not kept alive in all channels

* throw if member is not found

* add test

Co-authored-by: Jay Shah <[email protected]>