Skip to content

Commit 06cc66a

Browse files
committed
2.0.6.release
1 parent ba7c427 commit 06cc66a

File tree

14 files changed

+49
-45
lines changed

14 files changed

+49
-45
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
- 支持`Java`服务端、客户端`Android`、大数据场景。
2323
- 支持`Kotlin` [https://alibaba.github.io/fastjson2/kotlin_cn](https://alibaba.github.io/fastjson2/kotlin_cn)
2424
- 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
25-
- 支持`Android` [(2.0.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
26-
- 支持`Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
25+
- 支持`Android` [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
26+
- 支持`Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)
2727

2828
![fastjson](docs/logo.jpg "fastjson")
2929

@@ -46,15 +46,15 @@
4646
<dependency>
4747
<groupId>com.alibaba.fastjson2</groupId>
4848
<artifactId>fastjson2</artifactId>
49-
<version>2.0.5</version>
49+
<version>2.0.6</version>
5050
</dependency>
5151
```
5252

5353
`Gradle`:
5454

5555
```groovy
5656
dependencies {
57-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
57+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
5858
}
5959
```
6060

@@ -72,15 +72,15 @@ dependencies {
7272
<dependency>
7373
<groupId>com.alibaba</groupId>
7474
<artifactId>fastjson</artifactId>
75-
<version>2.0.5</version>
75+
<version>2.0.6</version>
7676
</dependency>
7777
```
7878

7979
`Gradle`:
8080

8181
```groovy
8282
dependencies {
83-
implementation 'com.alibaba:fastjson:2.0.5'
83+
implementation 'com.alibaba:fastjson:2.0.6'
8484
}
8585
```
8686

@@ -94,15 +94,15 @@ dependencies {
9494
<dependency>
9595
<groupId>com.alibaba.fastjson2</groupId>
9696
<artifactId>fastjson2-kotlin</artifactId>
97-
<version>2.0.5</version>
97+
<version>2.0.6</version>
9898
</dependency>
9999
```
100100

101101
`Kotlin Gradle`:
102102

103103
```kotlin
104104
dependencies {
105-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
105+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
106106
}
107107
```
108108

@@ -116,15 +116,15 @@ dependencies {
116116
<dependency>
117117
<groupId>com.alibaba.fastjson2</groupId>
118118
<artifactId>fastjson2-extension</artifactId>
119-
<version>2.0.5</version>
119+
<version>2.0.6</version>
120120
</dependency>
121121
```
122122

123123
`Gradle`:
124124

125125
```groovy
126126
dependencies {
127-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
127+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
128128
}
129129
```
130130

README_EN.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
- Supports full parsing and partial parsing.
2222
- Supports Java servers and Android Clients, and has big data applications.
2323
- Supports Kotlin [https://alibaba.github.io/fastjson2/kotlin_en](https://alibaba.github.io/fastjson2/kotlin_en)
24-
- Supports Android [(2.0.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
25-
- Supports `Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
24+
- Supports Android [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
25+
- Supports `Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)
2626
- Supports `JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
2727

2828
![fastjson](docs/logo.jpg "fastjson")
@@ -46,15 +46,15 @@ Related Documents:
4646
<dependency>
4747
<groupId>com.alibaba.fastjson2</groupId>
4848
<artifactId>fastjson2</artifactId>
49-
<version>2.0.5</version>
49+
<version>2.0.6</version>
5050
</dependency>
5151
```
5252

5353
`Gradle`:
5454

5555
```groovy
5656
dependencies {
57-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
57+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
5858
}
5959
```
6060

@@ -72,15 +72,15 @@ If you are using `fastjson 1.2.x`, you can use the compatibility package. The co
7272
<dependency>
7373
<groupId>com.alibaba</groupId>
7474
<artifactId>fastjson</artifactId>
75-
<version>2.0.5</version>
75+
<version>2.0.6</version>
7676
</dependency>
7777
```
7878

7979
`Gradle`:
8080

8181
```groovy
8282
dependencies {
83-
implementation 'com.alibaba:fastjson:2.0.5'
83+
implementation 'com.alibaba:fastjson:2.0.6'
8484
}
8585
```
8686

@@ -94,15 +94,15 @@ If your project uses `kotlin`, you can use the `Fastjson-Kotlin` module, and use
9494
<dependency>
9595
<groupId>com.alibaba.fastjson2</groupId>
9696
<artifactId>fastjson2-kotlin</artifactId>
97-
<version>2.0.5</version>
97+
<version>2.0.6</version>
9898
</dependency>
9999
```
100100

101101
`Kotlin Gradle`:
102102

103103
```kotlin
104104
dependencies {
105-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
105+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
106106
}
107107
```
108108

@@ -116,15 +116,15 @@ If your project uses a framework such as `SpringFramework`, you can use the `fas
116116
<dependency>
117117
<groupId>com.alibaba.fastjson2</groupId>
118118
<artifactId>fastjson2-extension</artifactId>
119-
<version>2.0.5</version>
119+
<version>2.0.6</version>
120120
</dependency>
121121
```
122122

123123
`Gradle`:
124124

125125
```groovy
126126
dependencies {
127-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
127+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
128128
}
129129
```
130130

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.6-SNAPSHOT</version>
9+
<version>2.0.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.6-SNAPSHOT</version>
9+
<version>2.0.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

docs/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- 支持`Java`服务端、客户端`Android`、大数据场景。
88
- 支持`Kotlin`
99
- 支持`JSON Schema` [https://alibaba.github.io/fastjson2/json_schema_cn](https://alibaba.github.io/fastjson2/json_schema_cn)
10-
- 支持`Android` [(2.0.5.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.android/)
11-
- 支持`Graal Native-Image` [(2.0.5.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.5.graal/)
10+
- 支持`Android` [(2.0.6.android)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.android/)
11+
- 支持`Graal Native-Image` [(2.0.6.graal)](https://repo1.maven.org/maven2/com/alibaba/fastjson2/fastjson2/2.0.6.graal/)
1212

1313
![fastjson](logo.jpg "fastjson")
1414

@@ -31,15 +31,15 @@
3131
<dependency>
3232
<groupId>com.alibaba.fastjson2</groupId>
3333
<artifactId>fastjson2</artifactId>
34-
<version>2.0.5</version>
34+
<version>2.0.6</version>
3535
</dependency>
3636
```
3737

3838
`Gradle`:
3939

4040
```groovy
4141
dependencies {
42-
implementation 'com.alibaba.fastjson2:fastjson2:2.0.5'
42+
implementation 'com.alibaba.fastjson2:fastjson2:2.0.6'
4343
}
4444
```
4545

@@ -57,15 +57,15 @@ dependencies {
5757
<dependency>
5858
<groupId>com.alibaba</groupId>
5959
<artifactId>fastjson</artifactId>
60-
<version>2.0.5</version>
60+
<version>2.0.6</version>
6161
</dependency>
6262
```
6363

6464
`Gradle`:
6565

6666
```groovy
6767
dependencies {
68-
implementation 'com.alibaba:fastjson:2.0.5'
68+
implementation 'com.alibaba:fastjson:2.0.6'
6969
}
7070
```
7171

@@ -79,15 +79,15 @@ dependencies {
7979
<dependency>
8080
<groupId>com.alibaba.fastjson2</groupId>
8181
<artifactId>fastjson2-kotlin</artifactId>
82-
<version>2.0.5</version>
82+
<version>2.0.6</version>
8383
</dependency>
8484
```
8585

8686
`Gradle`:
8787

8888
```kotlin
8989
dependencies {
90-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
90+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
9191
}
9292
```
9393

@@ -101,15 +101,15 @@ dependencies {
101101
<dependency>
102102
<groupId>com.alibaba.fastjson2</groupId>
103103
<artifactId>fastjson2-extension</artifactId>
104-
<version>2.0.5</version>
104+
<version>2.0.6</version>
105105
</dependency>
106106
```
107107

108108
`Gradle`:
109109

110110
```groovy
111111
dependencies {
112-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.5'
112+
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.6'
113113
}
114114
```
115115

docs/kotlin_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<dependency>
1212
<groupId>com.alibaba.fastjson2</groupId>
1313
<artifactId>fastjson2-kotlin</artifactId>
14-
<version>2.0.5</version>
14+
<version>2.0.6</version>
1515
</dependency>
1616
```
1717

1818
`Kotlin Gradle`:
1919

2020
```kotlin
2121
dependencies {
22-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
22+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
2323
}
2424
```
2525

docs/kotlin_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ If your project uses `kotlin`, you can use the` Fastjson-Kotlin` module, and use
1111
<dependency>
1212
<groupId>com.alibaba.fastjson2</groupId>
1313
<artifactId>fastjson2-kotlin</artifactId>
14-
<version>2.0.5</version>
14+
<version>2.0.6</version>
1515
</dependency>
1616
```
1717

1818
`Kotlin Gradle`:
1919

2020
```kotlin
2121
dependencies {
22-
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.5")
22+
implementation("com.alibaba.fastjson2:fastjson2-kotlin:2.0.6")
2323
}
2424
```
2525

docs/spring_support_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public class RedisConfiguration {
196196

197197
## 4.3 JSONB Redis Serializer
198198

199-
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对jsonb参数进行配置,该参数是 fastjson 2.0.6-SNAPSHOT 版本中新增的支持,配置也很简单。
199+
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对jsonb参数进行配置,该参数是 fastjson 2.0.6 版本中新增的支持,配置也很简单。
200200

201201
**Example**:
202202

@@ -255,7 +255,7 @@ public class StreamConfiguration {
255255

256256
## 5.2 JSONB Message Converter
257257

258-
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对 `FastJsonConfig``jsonb` 参数进行配置,该参数是 fastjson 2.0.6-SNAPSHOT 版本中新增的支持,配置也很简单。
258+
如果你准备使用 JSONB 作为对象序列/反序列化的方式并对序列化速度有较高的要求的话,可以对 `FastJsonConfig``jsonb` 参数进行配置,该参数是 fastjson 2.0.6 版本中新增的支持,配置也很简单。
259259

260260
_注意:JSONB仅支持将Message的payload序列化为byte[]_
261261

docs/spring_support_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public class RedisConfiguration {
203203
## 4.3 JSONB Redis Serializer
204204

205205
If you plan to use JSONB as an object serialization/deserialization method and have higher serialization speed
206-
requirements, you can configure the `jsonb` parameter, which is a new support in fastjson 2.0.6-SNAPSHOT, and the configuration
206+
requirements, you can configure the `jsonb` parameter, which is a new support in fastjson 2.0.6, and the configuration
207207
is also very simple.
208208

209209
**Example**:
@@ -266,7 +266,7 @@ public class StreamConfiguration {
266266
## 5.2 JSONB Message Converter
267267

268268
If you plan to use JSONB as the object serialization/deserialization method and have high requirements on serialization
269-
speed, you can configure the `jsonb` parameter of `FastJsonConfig`, which is a new support in fastjson 2.0.6-SNAPSHOT version ,
269+
speed, you can configure the `jsonb` parameter of `FastJsonConfig`, which is a new support in fastjson 2.0.6 version ,
270270
the configuration is also very simple.
271271

272272
_Note: JSONB only supports serializing the payload of Message to byte[]_

extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.fastjson2</groupId>
88
<artifactId>fastjson2-parent</artifactId>
9-
<version>2.0.6-SNAPSHOT</version>
9+
<version>2.0.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)