docs: add release hostory section
This commit is contained in:
Родитель
bb8867a51c
Коммит
02055c6efd
|
@ -1,12 +1,14 @@
|
|||
|
||||
.DS_Store
|
||||
.bundle
|
||||
.dockerignore
|
||||
.DS_Store
|
||||
.editorconfig
|
||||
.jekyll-metadata
|
||||
.ruby-version
|
||||
.suo
|
||||
.vs
|
||||
/.asset-cache/
|
||||
/LICENSE
|
||||
/_assets/
|
||||
/_build/
|
||||
/_buildApi/
|
||||
|
@ -15,27 +17,26 @@
|
|||
/_includes/
|
||||
/_layouts/
|
||||
/_plugins/
|
||||
/_site/
|
||||
/_templates/
|
||||
/docs-watcher/
|
||||
/favicon.ico
|
||||
/fonts/
|
||||
/LICENSE
|
||||
/styles/
|
||||
/_site/
|
||||
Dockerfile
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
_site_SL
|
||||
_tempconfig.yml
|
||||
bs-config.js
|
||||
build-docs.sh
|
||||
copy_content.sh
|
||||
copy_local.sh
|
||||
Dockerfile
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
install-npm.sh
|
||||
knowledge-base.html
|
||||
modify-config.sh
|
||||
robots.txt
|
||||
search.html
|
||||
start-docs.sh
|
||||
start-docs-sl.sh
|
||||
watch.sh
|
||||
start-docs.sh
|
||||
watch.sh
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* @telerik/docs-seed-reviewers
|
|
@ -9,19 +9,19 @@ exclude_navigation: ["knowledge-base/*"]
|
|||
navigation:
|
||||
getting-started:
|
||||
title: Getting Started
|
||||
position: 1
|
||||
position: 10
|
||||
|
||||
basic-usage:
|
||||
title: Basic Usage
|
||||
position: 2
|
||||
position: 20
|
||||
|
||||
knowledge-base:
|
||||
title: Knowledge Base
|
||||
position: 21
|
||||
position: 100
|
||||
|
||||
licensing:
|
||||
title: Licensing
|
||||
position: 1101
|
||||
position: 200
|
||||
|
||||
## Product title
|
||||
product: "Progress Telerik FiddlerCore"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
title: FiddlerCore Session flags
|
||||
description: FiddlerCore provides set of specific flags to control the processing of the Session object
|
||||
slug: fiddler-core-session-flags
|
||||
tags: fiddler-core-session-flags
|
||||
published: True
|
||||
position: 60
|
||||
---
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
.git/
|
||||
.vscode/
|
||||
.asset-cache/
|
||||
_site/
|
||||
.github/
|
||||
_buildApi/
|
||||
README.md
|
||||
.gitignore
|
||||
.contentignore
|
||||
exclude_files.txt
|
||||
exclude_dirs.txt
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: Introduction
|
||||
description: FiddlerCore is MITM proxy distributed as a .NET class library that you can integrate into your .NET applications.
|
||||
slug: introduction
|
||||
tags: introduction
|
||||
publish: true
|
||||
position: 0
|
||||
position: 1
|
||||
---
|
||||
|
||||
# Welcome to FiddlerCore
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Release History
|
||||
description: FiddlerCore versions release hostory
|
||||
slug: fc-release-history
|
||||
publish: true
|
||||
position: 300
|
||||
---
|
||||
|
||||
# Release History
|
||||
|
||||
## v5.0.1 FiddlerCore
|
||||
|
||||
**Features**
|
||||
- Add x-ConnectResponseRemoveConnectionClose session flag (documented in the [Client flags]({%slug fiddler-core-session-flags%}#client-flags) section).
|
||||
|
||||
## v5.0.0 FiddlerCore
|
||||
|
||||
**Fixed bugs**
|
||||
- SSL handshake fails for some servers with TLS1.2 #1462
|
||||
**Improvments**
|
||||
- Removal of makecert.exe from FiddlerCore distributions
|
||||
- Improved the NetworkConnections API.
|
||||
- Included PDBs for the NetworkConnections assemblies in the distributions.
|
||||
- Hook using PAC script only.
|
||||
- Updated FiddlerCore EULA.
|
||||
- Updated FiddlerCore demo project.
|
||||
- Updaтеd FiddlerCore documentation #1465.
|
Загрузка…
Ссылка в новой задаче