Skip to content

Commit 099a7e4

Browse files
committed
changelog: more icons
1 parent 3053a37 commit 099a7e4

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

docs/changelog/overview.mdx

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ Release notes for the Flare Platform can be found on the [product documentation
1313
</Note>
1414

1515
<Update label="2024-12" description="API - December 2024">
16-
The [cookies search endpoint](/api-reference/leaksdb/endpoints/post-cookies-search) now
17-
returns an `uuid` that can be used to uniquely identify cookies.
18-
19-
The [cookies search endpoint](/api-reference/leaksdb/endpoints/post-cookies-search) now
20-
returns an `imported_at` timestamp that indicates when the cookie was imported to Flare's
21-
database. It also has a new `imported_after` filter that allows for retrieving cookies
22-
that were imported after a given timestamp. The
16+
The
17+
[cookies search endpoint <Icon icon="code" size={16} />](/api-reference/leaksdb/endpoints/post-cookies-search)
18+
now returns an `uuid` that can be used to uniquely identify cookies.
19+
20+
The
21+
[cookies search endpoint <Icon icon="code" size={16} />](/api-reference/leaksdb/endpoints/post-cookies-search)
22+
now returns an `imported_at` timestamp that indicates when the cookie was imported to
23+
Flare's database. It also has a new `imported_after` filter that allows for retrieving
24+
cookies that were imported after a given timestamp. The
2325
[Cookie Monitoring Guide <Icon icon="book" size={16} />](/guides/cookie-monitoring)
2426
was updated with an example usage.
2527
</Update>
2628

2729
<Update label="2024-10-22" description="Python SDK - v0.1.25">
2830
Released version 0.1.25 of the
29-
[Python SDK](/sdk/python).
31+
[Python SDK <Icon icon="book" size={16} />](/sdk/python).
3032

3133
This release fixes an issue with packaging that caused the Python SDK to
3234
declare too many Python dependencies, conflicting with libraries installed
@@ -41,16 +43,18 @@ Release notes for the Flare Platform can be found on the [product documentation
4143
<Update label="2024-09" description="API - September 2024">
4244
The API documentation has been revamped for better clarity and structure.
4345

44-
We’ve added new [use-case guides](/introduction/getting-started)
46+
We’ve added new [use-case guides <Icon icon="book" size={16} />](/introduction/getting-started)
4547
to help you quickly address specific customer needs.
4648

47-
Released new [global search endpoint](/api-reference/v4/endpoints/global-search)
49+
Released new
50+
[global search endpoint <Icon icon="code" size={16} />](/api-reference/v4/endpoints/global-search)
4851
with simpler-to-use filters.
4952

50-
Released new [credentials search endpoint](/api-reference/leaksdb/endpoints/post-credentials-search)
53+
Released new
54+
[credentials search endpoint <Icon icon="code" size={16} />](/api-reference/leaksdb/endpoints/post-credentials-search)
5155
with simpler-to-use filters and support for Flare's standard paging pattern.
5256

53-
Released a [Python SDK](/sdk/python).
57+
Released a [Python SDK <Icon icon="book" size={16} />](/sdk/python).
5458

55-
Released a [Go SDK](/sdk/go).
59+
Released a [Go SDK <Icon icon="book" size={16} />](/sdk/go).
5660
</Update>

0 commit comments

Comments
 (0)