Skip to content

Commit 669d31a

Browse files
committed
Update with v8.7 release info
1 parent 4670558 commit 669d31a

9 files changed

Lines changed: 91 additions & 1 deletion

File tree

MyApp/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<a href="whatsnew" class="inline-flex space-x-6">
3434
<span class="rounded-full bg-indigo-500/10 dark:bg-indigo-400/10 px-3 py-1 text-sm font-semibold leading-6 text-indigo-400 ring-1 ring-inset ring-indigo-500/20">What's new</span>
3535
<span class="inline-flex items-center space-x-2 text-sm font-medium leading-6 text-gray-300">
36-
<span>Just shipped v8.6</span>
36+
<span>Just shipped v8.7</span>
3737
<svg class="h-5 w-5 text-gray-500" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
3838
<path fill-rule="evenodd" d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule="evenodd" />
3939
</svg>

MyApp/_posts/2025-04-29_ai-server-improvements.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ This release continues to see a number of improvements to AI Server starting wit
2626
- **Mistral:** mistral-small, mistral-saba
2727
- **Unknown:** quasar
2828

29+
## Built in Analytics & Logging
30+
31+
We've brought [comprehensive Analytics](https://docs.servicestack.net/admin-ui-analytics) added in ServiceStack v5.7 into
32+
AI Server's Admin UI to provide deep and invaluable insight into your System API Usage, device distribution, API Keys
33+
and the IPs where most traffic generates.
34+
35+
[![](/img/posts/ai-server-improvements/ai-server-analytics.webp)](https://docs.servicestack.net/admin-ui-analytics)
36+
37+
For even finer grained detail of your AI Server's usage we've also surfaced the [SQLite Request Logs](https://docs.servicestack.net/sqlite-request-logs)
38+
functionality inside AI Server's Admin UI which lets you monitor your API System usage in real-time:
39+
40+
[![](/img/posts/ai-server-improvements/ai-server-logging.webp)](https://docs.servicestack.net/admin-ui-profiling)
41+
2942
## Support for Thinking Responses
3043

3144
With the rise and popularity of **Thinking** Models we've added custom rendering of *thinking* responses in a collapsible
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: AI Server improvements
3+
url: https://docs.servicestack.net/ai-server/
4+
image: /img/posts/ai-server/ai-server-splash.png
5+
order: 4
6+
---
7+
8+
AI Server continues to receive a steady stream of improvements during this release.
9+
This latest update introduces support for a wide range of new state-of-the-art LLM models, including
10+
**Google's gemini-pro-2.5**, **OpenAI's o1 and o3** models, **Meta's llama4**, and many more.
11+
12+
We've also added custom rendering for **thinking responses**.
13+
Furthermore, AI Server now supports **Ollama Vision Models**, enabling the use of powerful open-source models like
14+
**gemma3:27b** and **mistral-small:24b** for image understanding.
15+
16+
New **Ollama Endpoints** like `OllamaGeneration` and improvements to `ImageToText` have been implemented to
17+
leverage these vision capabilities. Upgrade now to experience these enhanced features for managing your AI integrations.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Comprehensive and Interactive API Analytics
3+
url: https://docs.servicestack.net/admin-ui-analytics
4+
image: /img/whatsnew/v8.7/analytics-apis-splash.webp
5+
order: 1
6+
---
7+
8+
ServiceStack v8.7 introduces **comprehensive API Analytics** for all ServiceStack Apps configured with
9+
[SQLite Request Logging](https://docs.servicestack.net/sqlite-request-logs).
10+
This powerful new feature provides deep and invaluable insights into your System API Usage, device distribution, users,
11+
API Keys, and originating IPs.
12+
13+
Gain visibility into your API usage, monitor performance, understand user interactions, and facilitate troubleshooting.
14+
15+
The interactive analytics allow you to drill down into individual APIs, Users, API Keys, and IPs, linking back to the
16+
detailed request logs. You can visualize user and traffic source distribution, track API usage trends over time,
17+
and understand the usage patterns of different API functionalities. Key metrics like request volume, response times,
18+
and the most and least used endpoints are readily available.
19+
20+
Start gaining valuable insights into your APIs today!
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: New Angular 19 Identity Auth Tailwind SPA Template
3+
url: https://docs.servicestack.net/templates/angular
4+
image: /img/posts/angular-spa/angular-home.webp
5+
order: 3
6+
---
7+
8+
We're thrilled to announce the new **Angular 19** ASP.NET Core Tailwind SPA Template that's been rewritten
9+
from previous versions, moving from Angular 15 to Angular 19 to leverage the latest advancements in developer experience
10+
and performance.
11+
12+
This new template offers seamless integration with ASP.NET Core Identity Auth, providing ready-to-use features like
13+
registration, login, and user management.
14+
15+
It utilizes **Tailwind v4 CSS** to enable rapid development of beautiful and responsive user interfaces that includes
16+
built-in support for **Dark Mode**.
17+
18+
For data presentation, the template features a **customizable DataGrid component** and reusable **input components**
19+
with built-in **validation**.
20+
21+
Notably, the template supports both **RxJS Observables and Angular Signals**, offering flexibility for modern Angular reactivity,
22+
providing a productive starting point for building robust and feature-rich Angular applications.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Admin UI Management for Identity Claims and Roles
3+
url: https://docs.servicestack.net/admin-ui-identity-roles
4+
image: /img/posts/identityauth-claims-roles/identityauth-role-claims.webp
5+
order: 2
6+
---
7+
8+
This latest finalizes the transition to ASP .NET Core Identity Auth with complete Admin UI Management for
9+
Identity Auth features, now featuring Admin UIs for managing Identity Auth **Roles** and **Claims** for Users and Roles.
10+
11+
The new [Roles Admin UI](https://docs.servicestack.net/admin-ui-identity-roles) allows for easy addition and removal of roles.
12+
It also supports customization for Apps using extended IdentityRole data models or different PrimaryKey types and enables
13+
the addition and removal of Claims directly to a Role. These Role Claims behave as if they were individually applied to
14+
all Users with that Role, populating their Authenticated ClaimsPrincipal upon login.
15+
16+
For granular control, a new **User Claim Management UI** allows for assigning Claims to individual Users.
17+
This robust system enables the implementation of permission-like systems, where access to APIs can be restricted based
18+
on assigned Claims and allows developers to customize error messages for different missing claim types.
67.1 KB
Loading
71.8 KB
Loading
62.1 KB
Loading

0 commit comments

Comments
 (0)