Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 23 additions & 4 deletions docs/dotnet-api/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,28 @@ description: "Release notes and version history for AntiSSRF .NET Library"

All notable changes to the AntiSSRF .NET Library will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## Unreleased

Coming soon.
Nothing yet.

## v1.0.0

Initial version of the open-source Microsoft AntiSSRF Library for .NET.
* `AntiSSRFPolicy` - Used to customize protection policies applied on all requests by `AntiSSRFHandler`.
* `AntiSSRFHandler` - Implementation of .NET `HttpMessageHandler` that applies security policies on all requests.
* `URIValidator` - Provides three methods for validating the domain of a URL: `InAzureKeyVaultDomain`, `InAzureStorageDomain`, and `InDomain`.

## Thank you to all our original developers!

We are deeply grateful to our original contributors. We truly couldn't have gotten where we are today without you. Your years of dedicated hard work made this entire project possible. Thank you so much!

* [Arjun Gopalakrishna](https://github.com/247arjun)
* [Emmie Teng](https://github.com/EmmieBunnie)
* Kyndell Geddis
* [Leah Restad](https://github.com/leah-restad)
* Likhitesh S
* [Michael Hendrickx](https://github.com/ndrix)
* [Stephen Toub](https://github.com/stephentoub)
* [Susan Krkasharian](https://github.com/susan-krkasharian)
Loading