Skip to content

Commit

Permalink
create changelog page
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Oct 28, 2024
1 parent 5ddc543 commit 9904d2c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/changelog/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Flare API Updates"
description: "New updates and improvements"
---

<Note>
This page lists changes to Flare's API.
Release notes for the Flare Platform can be found on the [product documentation website](https://docs.flare.io/releases).
</Note>

<Update label="2024-09" description="September 2024">
The API documentation has been revamped for better clarity and structure.

We’ve added new [use-case guides](/introduction/getting-started)
to help you quickly address specific customer needs.

Released new [Global Search endpoint](/api-reference/v4/endpoints/global-search)
with simpler-to-use filters.

Released new [Credentials Search endpoint](/api-reference/leaksdb/endpoints/post-credentials-search)
with simpler-to-use filters and support for Flare's standard paging pattern.

Released [Python SDK](/sdk/python).

Released [Go SDK](/sdk/go).
</Update>
10 changes: 10 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
{
"name": "Endpoints",
"url": "api-reference"
},
{
"name": "Changelog",
"url": "changelog"
}
],
"search": {
Expand Down Expand Up @@ -283,6 +287,12 @@
]
}
]
},
{
"group": "Changelog",
"pages": [
"changelog/overview"
]
}
],
"footerSocials": {
Expand Down

0 comments on commit 9904d2c

Please sign in to comment.