|
| 1 | +--- |
| 2 | +title: ServiceStack v8.5 Release |
| 3 | +tags: [release,ai-server,jobs,api] |
| 4 | +summary: The latest features in ServiceStack v8.5 covering release of AI Server and Kamal Deployments and more! |
| 5 | +url: https://media.servicestack.com/podcasts/v8-5-release.mp3 |
| 6 | +media: {size:3254828,duration:813.648000,format:mp3} |
| 7 | +--- |
| 8 | + |
| 9 | +This episode covers the ServiceStack v8.5 release which introduces AI Server, a self-hosted Docker gateway |
| 10 | +managing API access to various AI services like LLMs and ComfyUI. It offers centralized management, load balancing |
| 11 | +across multiple providers, and native typed integrations for numerous languages. |
| 12 | + |
| 13 | +Key features include live monitoring, protected access with API keys, and built-in UIs. |
| 14 | + |
| 15 | +The release also includes improvements to deployment using Kamal, updates to the Swift 6 client library, |
| 16 | +and enhanced support for multiple file uploads in API requests. |
| 17 | + |
| 18 | +Finally, the update simplifies accessing OpenAI Chat compatible APIs across multiple languages. |
| 19 | + |
| 20 | +### Getting Started |
| 21 | + |
| 22 | +Try out the new [Kamal Deployments](/posts/kamal-deployments) features now in all the latest .NET 8 templates: |
| 23 | + |
| 24 | +<project-creator v-slot="x"> |
| 25 | + <project-template :name="x.text" repo="NetCoreTemplates/blazor" :tags="['tailwind']"> |
| 26 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Blazor</div> |
| 27 | + <template #icon> |
| 28 | + <img class='w-12 h-12' src="/img/svgs/blazor.svg"> |
| 29 | + </template> |
| 30 | + </project-template> |
| 31 | + <project-template :name="x.text" repo="NetCoreTemplates/blazor-vue" :tags="['tailwind']"> |
| 32 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Blazor Vue</div> |
| 33 | + <template #icon> |
| 34 | + <img class='w-12 h-12' src="/img/svgs/blazor.svg"> |
| 35 | + </template> |
| 36 | + </project-template> |
| 37 | + <project-template :name="x.text" repo="NetCoreTemplates/blazor-wasm" :tags="['tailwind']"> |
| 38 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Blazor WASM</div> |
| 39 | + <template #icon> |
| 40 | + <img class='w-12 h-12' src="/img/svgs/blazor.svg"> |
| 41 | + </template> |
| 42 | + </project-template> |
| 43 | + <project-template :name="x.text" repo="NetCoreTemplates/web" :tags="['empty']"> |
| 44 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Web</div> |
| 45 | + <template #icon> |
| 46 | + <img class='w-12 h-12' src="/img/svgs/servicestack-indigo.svg"> |
| 47 | + </template> |
| 48 | + </project-template> |
| 49 | + <project-template :name="x.text" repo="NetCoreTemplates/mvc" :tags="['tailwind']"> |
| 50 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">MVC</div> |
| 51 | + <template #icon> |
| 52 | + <img class='w-12 h-12' src="/img/svgs/windows.svg"> |
| 53 | + </template> |
| 54 | + </project-template> |
| 55 | + <project-template :name="x.text" repo="NetCoreTemplates/razor" :tags="['tailwind']"> |
| 56 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Razor Pages</div> |
| 57 | + <template #icon> |
| 58 | + <img class='w-12 h-12' src="/img/svgs/razor.svg"> |
| 59 | + </template> |
| 60 | + </project-template> |
| 61 | + <project-template :name="x.text" repo="NetCoreTemplates/mvc-bootstrap" :tags="['bootstrap']"> |
| 62 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">MVC</div> |
| 63 | + <template #icon> |
| 64 | + <img class='w-12 h-12' src="/img/svgs/windows.svg"> |
| 65 | + </template> |
| 66 | + </project-template> |
| 67 | + <project-template :name="x.text" repo="NetCoreTemplates/razor-bootstrap" :tags="['bootstrap']"> |
| 68 | + <div class="mb-3 text-xl font-medium text-gray-700 dark:text-gray-200">Razor Pages</div> |
| 69 | + <template #icon> |
| 70 | + <img class='w-12 h-12' src="/img/svgs/razor.svg"> |
| 71 | + </template> |
| 72 | + </project-template> |
| 73 | +</project-creator> |
| 74 | + |
| 75 | +### Videos |
| 76 | + |
| 77 | +:::youtube Ojo80oFQte8 |
| 78 | +Introducing AI Server |
| 79 | +::: |
| 80 | + |
| 81 | +:::youtube -mDJfRG8mLQ |
| 82 | +Use Kamal with GitHub Actions to deploy .NET Apps to any Linux server |
| 83 | +::: |
| 84 | + |
| 85 | +### Links |
| 86 | + |
| 87 | +- [ServiceStack v8.5 Release Notes](https://docs.servicestack.net/releases/v8_05) |
0 commit comments