Skip to content

Commit 2217c1b

Browse files
committed
add breaking changes
1 parent 880c445 commit 2217c1b

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"typescript.tsdk": "./node_modules/typescript/lib",
33

4-
"editor.fontFamily": "'Fira Code iScript', Consolas, 'Courier New', monospace",
4+
"editor.fontFamily": "Consolas, 'Courier New', monospace",
55
"editor.fontLigatures": true,
66

77
"editor.tokenColorCustomizations": {

docusaurus/docs/references/breaking-changes.mdx

+19-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,32 @@ More details about each item can often be found in the release notes of two vers
99

1010
## Deprecation Timeline
1111

12+
We clean the code after the end of the year, so it is not possible to see the exact date of deprecation.
13+
1214
## 2022
1315

14-
1. Non-TLS Puppet Service will be remove after Dec 31, 2022
16+
### Dec 31, 2022
17+
18+
1. [wechaty/puppet-service#160](https://github.com/wechaty/wechaty-puppet-service/issues/160)
19+
1. [wechaty/puppet-service#154]((https://github.com/wechaty/puppet-service/issues/154))
1520

1621
## Breaking Changes
1722

1823
### 2021
1924

20-
1. [Enable TLS for all Puppet Service Clients of Wechaty Ecosystem wechaty/wechaty-puppet-service#160](https://github.com/wechaty/wechaty-puppet-service/issues/160)
25+
Wechaty v1.x is not compatible with Wechaty v0.x modules
26+
27+
1. v1.x <> v1.x
28+
1. v0.x <> v0.x
29+
30+
#### Octorber, 2021
31+
32+
1. [wechaty/puppet#164 Wechaty Puppet API v1.0 Adaptions](https://github.com/wechaty/puppet/issues/164)
33+
1. [wechaty/puppet-service#160 Enable TLS for all Puppet Service Clients of Wechaty Ecosystem](https://github.com/wechaty/puppet-service/issues/160)
34+
35+
#### September, 2021
36+
37+
1. [wechaty/puppet-service#154 Puppet Service Discovery Schema: ip -> host](https://github.com/wechaty/puppet-service/issues/154)
2138

2239
### 2020
2340

0 commit comments

Comments
 (0)