Skip to content

Commit 3c6e9ef

Browse files
committed
docs: add release post for 8.0.1
1 parent 7484e24 commit 3c6e9ef

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: post
3+
4+
title: PouchDB 8.0.1
5+
author: Alba Herrerías
6+
7+
---
8+
9+
The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see [the releases page](https://github.com/pouchdb/pouchdb/releases) or view the [latest commits](https://github.com/pouchdb/pouchdb/compare/8.0.0...8.0.1).
10+
11+
## Fix `this` of `changesHandler`
12+
[#8583](https://github.com/pouchdb/pouchdb/pull/8583) [#8581](https://github.com/pouchdb/pouchdb/issues/8581) We introduced a bug in the [#8450](https://github.com/pouchdb/pouchdb/pull/8450) refactor that has been fixed now.
13+
14+
## Use Node 14
15+
[#8570](https://github.com/pouchdb/pouchdb/pull/8570) We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.
16+
17+
## Changelog
18+
19+
### Bugfixes
20+
21+
* [da5069df](https://github.com/pouchdb/pouchdb/commit/da5069dfb2ba034857ec2c9516bf33db9f78e824) ([pouchdb#8581](https://github.com/pouchdb/pouchdb/issues/8581)) - Fix this of changesHandler
22+
23+
### Documentation
24+
25+
* [4dcaac82](https://github.com/pouchdb/pouchdb/commit/4dcaac8211c3b3bcbf0df8e4fddecd80cefe856c) docs: release post for 8.0.0
26+
* [0bdb3423](https://github.com/pouchdb/pouchdb/commit/0bdb3423acf0cc4fae8747c1bd2cea0b1cf23339) feat: add mastodon verification link
27+
* [40ac7a26](https://github.com/pouchdb/pouchdb/commit/40ac7a2639223845d04ca29f15d1525d4443f35c) feat(site): faster website uploads, rsync skips files that are already on the server
28+
* [ae69d4fb](https://github.com/pouchdb/pouchdb/commit/ae69d4fbd9bfe0455903ca1f04f6820de83243f0) fix(blog): title case
29+
* [3728f020](https://github.com/pouchdb/pouchdb/commit/3728f020bf4745fa19479d48a7d72832f01c3cf7) Update 2022-12-14-pouchdb-8.0.0.md
30+
* [c90a0208](https://github.com/pouchdb/pouchdb/commit/c90a02082c9bd00fc27ded56780a096009f62677) Update 2022-12-14-pouchdb-8.0.0.md
31+
* [e9bf059c](https://github.com/pouchdb/pouchdb/commit/e9bf059c7b0e6b8d9eb9257d1062fdd44bd78cc2) docs: update to version 8.0.0
32+
* [7484e245](https://github.com/pouchdb/pouchdb/commit/7484e2451f88c25a3d6430aa0a91b7a84793a47a) docs: update 2022-12-14-pouchdb-8.0.0.md
33+
34+
### Testing
35+
36+
* [06bfe891](https://github.com/pouchdb/pouchdb/commit/06bfe891be763d0c06b93c98714eb68ce5cad0cc) ([pouchdb#8581](https://github.com/pouchdb/pouchdb/issues/8581)) - Fix test - Reorder for confirming `equal(7)`
37+
* [2c81da46](https://github.com/pouchdb/pouchdb/commit/2c81da462265c50657d9763e1ae1662eebca7fac) ([pouchdb#8581](https://github.com/pouchdb/pouchdb/issues/8581)) - Fix test Fix format issues.
38+
* [3d36d2d8](https://github.com/pouchdb/pouchdb/commit/3d36d2d86c6d6935ee9bcdb99f0f6a6f4b4357ae) ([pouchdb#8581](https://github.com/pouchdb/pouchdb/issues/8581)) - Fix test - Rewrite the function to callback-style. - Fix for timings.
39+
* [6a7fd466](https://github.com/pouchdb/pouchdb/commit/6a7fd466105daacd7205dd6efe8075831558460b) ([pouchdb#8581](https://github.com/pouchdb/pouchdb/issues/8581)) - Fix test.
40+
* [ff81fa35](https://github.com/pouchdb/pouchdb/commit/ff81fa35be04454457afaa3bf99a2eeae99b5a18) ci: use node 14
41+
42+
43+
## Get in touch
44+
45+
As always, we welcome feedback from the community. Please don't hesitate to [file issues](https://github.com/pouchdb/pouchdb/issues), [open discussions](https://github.com/pouchdb/pouchdb/discussions) or [get in touch](https://github.com/pouchdb/pouchdb/blob/master/CONTRIBUTING.md#get-in-touch). And of course, a big thanks to all of our [new and existing contributors](https://github.com/pouchdb/pouchdb/graphs/contributors)!

0 commit comments

Comments
 (0)