+23
-4
lines changedFilter options
+23
-4
lines changed Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## [v1.0.4](https://github.com/ably/laravel-broadcaster/tree/v1.0.4)
4
+
5
+
[Full Changelog](https://github.com/ably/laravel-broadcaster/compare/v1.0.3...v1.0.4)
6
+
7
+
**Closed issues:**
8
+
9
+
- Add missing agent header for laravel version [\#32](https://github.com/ably/laravel-broadcaster/issues/32)
10
+
- Need Laravel 10 support [\#29](https://github.com/ably/laravel-broadcaster/issues/29)
11
+
12
+
**Merged pull requests:**
13
+
14
+
- Removed non-documented capability key check [\#34](https://github.com/ably/laravel-broadcaster/pull/34) ([sacOO7](https://github.com/sacOO7))
15
+
- Added laravel agent header [\#33](https://github.com/ably/laravel-broadcaster/pull/33) ([sacOO7](https://github.com/sacOO7))
16
+
- Update laravel echo doc [\#31](https://github.com/ably/laravel-broadcaster/pull/31) ([sacOO7](https://github.com/sacOO7))
17
+
- Update README ably clientOptions [\#30](https://github.com/ably/laravel-broadcaster/pull/30) ([sacOO7](https://github.com/sacOO7))
3
18
4
19
## [v1.0.3](https://github.com/ably/laravel-broadcaster/tree/v1.0.3)
5
20
Original file line number Diff line number Diff line change
@@ -247,9 +247,13 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
247
247
## Release Process
248
248
This library uses [semantic versioning](http://semver.org/). For each release, the following needs to be done:
249
249
250
-
1. Create a new branch for the release, named like `release/1.2.4` (where `1.2.4` is what you're releasing, being the new version)
251
-
2. Update the lib version in `src/AblyBroadcaster.php`
252
-
3. Run [`github_changelog_generator`](https://github.com/skywinder/Github-Changelog-Generator) to automate the update of the [CHANGELOG](./CHANGELOG.md). Once the `CHANGELOG` update has completed, manually change the `Unreleased` heading and link with the current version number such as `1.2.4`. Also ensure that the `Full Changelog` link points to the new version tag instead of the `HEAD`.
250
+
1. Create a new branch for the release, named like `release/1.2.4` (where `1.2.4` is what you're releasing, being the new version).
251
+
2. Update the lib version in `src/AblyBroadcaster.php`.
252
+
3. Run [`github_changelog_generator`](https://github.com/github-changelog-generator/github-changelog-generator) to automate the update of the [CHANGELOG.md](CHANGELOG.md). This may require some manual intervention, both in terms of how the command is run and how the change log file is modified. Your mileage may vary:
253
+
- The command you will need to run will look something like this: `github_changelog_generator -u ably -p laravel-broadcaster --since-tag v1.2.4 --output delta.md --token $GITHUB_TOKEN_WITH_REPO_ACCESS`. Generate token [here](https://github.com/settings/tokens/new?description=GitHub%20Changelog%20Generator%20token).
254
+
- Using the command above, `--output delta.md` writes changes made after `--since-tag` to a new file.
255
+
- The contents of that new file (`delta.md`) then need to be manually inserted at the top of the `CHANGELOG.md`, changing the "Unreleased" heading and linking with the current version numbers.
256
+
- Also ensure that the "Full Changelog" link points to the new version tag instead of the `HEAD`.
253
257
4. Commit generated [CHANGELOG.md](./CHANGELOG.md) file.
254
258
5. Make a PR against `main`.
255
259
6. Once the PR is approved, merge it into `main`.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
class AblyBroadcaster extends Broadcaster
16
16
{
17
-
const LIB_VERSION = '1.0.3';
17
+
const LIB_VERSION = '1.0.4';
18
18
19
19
/**
20
20
* The AblyRest SDK instance.
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