Skip to content

Commit

Permalink
v0.20.80
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Sep 3, 2024
1 parent 2beae56 commit 6ac4a0b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### 🚀 Features

- *(impersonate)* Add Chrome 128 impersonate (#130)

### 🐛 Bug Fixes

- *(client)* Fix the header sending order, set accept before request (#131)

## [0.20.49] - 2024-08-16

### 🚀 Features

- *(client)* Add `impersonate_with_headers` allows optionally setting request headers (#128)

### 🚜 Refactor

- *(client)* Simplify Headers Frame priority settings (#126)

## [0.20.35] - 2024-08-15

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rquest"
version = "0.20.49"
version = "0.20.80"
description = "An fast asynchronous Rust Http/WebSocket Client with TLS/JA3/JA4/HTTP2 fingerprint impersonate"
keywords = ["http", "client", "websocket", "ja3", "ja4"]
categories = ["web-programming::http-client"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rquest

[![Email Badge](https://img.shields.io/badge/Gmail-Contact_Me-green?logo=gmail&logoColor=FFFFFF&labelColor=3A3B3C&color=62F1CD)](mailto:[email protected])
[![Email Badge](https://img.shields.io/badge/Gmail-Contact_Me-green?logo=gmail)](mailto:[email protected])
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fgithub.com%2F0x676e67%2Frquest)](https://github.com/0x676e67/rquest)
[![Crates.io License](https://img.shields.io/crates/l/rquest)](./LICENSE)
[![crates.io](https://img.shields.io/crates/v/rquest.svg)](https://crates.io/crates/rquest)
Expand Down

0 comments on commit 6ac4a0b

Please sign in to comment.