Skip to content

Commit b5b5b2b

Browse files
authored
V4.4.1/service update (#42)
📦 updated NuGet package definition ✅ complementary unit test for Azure QueueStorage 💬 updated community health pages ⬆️ bump dependencies
1 parent 5863232 commit b5b5b2b

42 files changed

Lines changed: 261 additions & 107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.docfx/Dockerfile.docfx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.29.0-alpine
1+
ARG NGINX_VERSION=1.29.1-alpine
22

33
FROM --platform=$BUILDPLATFORM nginx:${NGINX_VERSION} AS base
44
RUN rm -rf /usr/share/nginx/html/*

.github/workflows/pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
projects: ${{ matrix.project }}
112112
configuration: ${{ matrix.configuration }}
113113
build-switches: -p:SkipSignAssembly=true
114+
restore: true
114115
build: true
115116
env:
116117
AWS__CALLERIDENTITY: ${{ secrets.AWS_CALLER_IDENTITY }}
@@ -151,6 +152,7 @@ jobs:
151152
with:
152153
projects: test/**/Savvyio.Extensions.RabbitMQ.FunctionalTests.csproj
153154
build-switches: -p:SkipSignAssembly=true
155+
restore: true
154156
build: true
155157

156158
- name: Stop RabbitMQ
@@ -182,6 +184,7 @@ jobs:
182184
with:
183185
projects: test/**/Savvyio.Extensions.NATS.FunctionalTests.csproj
184186
build-switches: -p:SkipSignAssembly=true
187+
restore: true
185188
build: true
186189

187190
- name: Stop NATS

.nuget/Savvyio.App/PackageReleaseNotes.txt

Lines changed: 15 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 4.4.0
1+
Version: 4.4.1
22
Availability: .NET 9 and .NET 8
33

44
# References
@@ -32,7 +32,7 @@ Availability: .NET 9 and .NET 8
3232
- Savvyio.Messaging
3333
- Savvyio.Queries
3434

35-
Version: 4.3.0
35+
Version: 4.4.0
3636
Availability: .NET 9 and .NET 8
3737

3838
# References
@@ -66,7 +66,7 @@ Availability: .NET 9 and .NET 8
6666
- Savvyio.Messaging
6767
- Savvyio.Queries
6868

69-
Version: 4.2.0
69+
Version: 4.3.0
7070
Availability: .NET 9 and .NET 8
7171

7272
# References
@@ -100,7 +100,7 @@ Availability: .NET 9 and .NET 8
100100
- Savvyio.Messaging
101101
- Savvyio.Queries
102102

103-
Version: 4.1.1
103+
Version: 4.2.0
104104
Availability: .NET 9 and .NET 8
105105

106106
# References
@@ -118,21 +118,23 @@ Availability: .NET 9 and .NET 8
118118
- Savvyio.Extensions.DependencyInjection.EFCore
119119
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
120120
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
121+
- Savvyio.Extensions.DependencyInjection.NATS
121122
- Savvyio.Extensions.DependencyInjection.QueueStorage
122123
- Savvyio.Extensions.DependencyInjection.RabbitMQ
123124
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
124125
- Savvyio.Extensions.Dispatchers
125126
- Savvyio.Extensions.EFCore
126127
- Savvyio.Extensions.EFCore.Domain
127128
- Savvyio.Extensions.EFCore.Domain.EventSourcing
129+
- Savvyio.Extensions.NATS
128130
- Savvyio.Extensions.QueueStorage
129131
- Savvyio.Extensions.RabbitMQ
130132
- Savvyio.Extensions.SimpleQueueService
131133
- Savvyio.Extensions.Text.Json
132134
- Savvyio.Messaging
133135
- Savvyio.Queries
134136

135-
Version: 4.1.0
137+
Version: 4.1.1
136138
Availability: .NET 9 and .NET 8
137139

138140
# References
@@ -164,7 +166,7 @@ Availability: .NET 9 and .NET 8
164166
- Savvyio.Messaging
165167
- Savvyio.Queries
166168

167-
Version: 4.0.3
169+
Version: 4.1.0
168170
Availability: .NET 9 and .NET 8
169171

170172
# References
@@ -183,18 +185,20 @@ Availability: .NET 9 and .NET 8
183185
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
184186
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
185187
- Savvyio.Extensions.DependencyInjection.QueueStorage
188+
- Savvyio.Extensions.DependencyInjection.RabbitMQ
186189
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
187190
- Savvyio.Extensions.Dispatchers
188191
- Savvyio.Extensions.EFCore
189192
- Savvyio.Extensions.EFCore.Domain
190193
- Savvyio.Extensions.EFCore.Domain.EventSourcing
191194
- Savvyio.Extensions.QueueStorage
195+
- Savvyio.Extensions.RabbitMQ
192196
- Savvyio.Extensions.SimpleQueueService
193197
- Savvyio.Extensions.Text.Json
194198
- Savvyio.Messaging
195199
- Savvyio.Queries
196200

197-
Version: 4.0.2
201+
Version: 4.0.3
198202
Availability: .NET 9 and .NET 8
199203

200204
# References
@@ -224,7 +228,7 @@ Availability: .NET 9 and .NET 8
224228
- Savvyio.Messaging
225229
- Savvyio.Queries
226230

227-
Version: 4.0.1
231+
Version: 4.0.2
228232
Availability: .NET 9 and .NET 8
229233

230234
# References
@@ -254,7 +258,7 @@ Availability: .NET 9 and .NET 8
254258
- Savvyio.Messaging
255259
- Savvyio.Queries
256260

257-
Version: 4.0.0
261+
Version: 4.0.1
258262
Availability: .NET 9 and .NET 8
259263

260264
# References
@@ -284,8 +288,8 @@ Availability: .NET 9 and .NET 8
284288
- Savvyio.Messaging
285289
- Savvyio.Queries
286290

287-
Version: 3.0.0
288-
Availability: .NET 8 and .NET 6
291+
Version: 4.0.0
292+
Availability: .NET 9 and .NET 8
289293

290294
# References
291295
- Savvyio
@@ -313,76 +317,4 @@ Availability: .NET 8 and .NET 6
313317
- Savvyio.Extensions.Text.Json
314318
- Savvyio.Messaging
315319
- Savvyio.Queries
316-
 
317-
Version: 2.0.0
318-
Availability: .NET 8, .NET 7 and .NET 6
319-
 
320-
# References
321-
- Savvyio
322-
- Savvyio.Commands
323-
- Savvyio.Domain
324-
- Savvyio.Domain.EventSourcing
325-
- Savvyio.EventDriven
326-
- Savvyio.Extensions.Dapper
327-
- Savvyio.Extensions.DependencyInjection
328-
- Savvyio.Extensions.DependencyInjection.Dapper
329-
- Savvyio.Extensions.DependencyInjection.Domain
330-
- Savvyio.Extensions.DependencyInjection.EFCore
331-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
332-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
333-
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
334-
- Savvyio.Extensions.Dispatchers
335-
- Savvyio.Extensions.EFCore
336-
- Savvyio.Extensions.EFCore.Domain
337-
- Savvyio.Extensions.EFCore.Domain.EventSourcing
338-
- Savvyio.Extensions.SimpleQueueService
339-
- Savvyio.Extensions.Text.Json
340-
- Savvyio.Queries
341-
 
342-
Version: 1.1.0
343-
Availability: .NET 7.0, .NET 6.0
344-
 
345-
# References
346-
- Savvyio
347-
- Savvyio.Commands
348-
- Savvyio.Domain
349-
- Savvyio.Domain.EventSourcing
350-
- Savvyio.EventDriven
351-
- Savvyio.Extensions.Dapper
352-
- Savvyio.Extensions.DependencyInjection
353-
- Savvyio.Extensions.DependencyInjection.Dapper
354-
- Savvyio.Extensions.DependencyInjection.Domain
355-
- Savvyio.Extensions.DependencyInjection.EFCore
356-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
357-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
358-
- Savvyio.Extensions.DependencyInjection.SimpleQueueService
359-
- Savvyio.Extensions.Dispatchers
360-
- Savvyio.Extensions.EFCore
361-
- Savvyio.Extensions.EFCore.Domain
362-
- Savvyio.Extensions.EFCore.Domain.EventSourcing
363-
- Savvyio.Extensions.SimpleQueueService
364-
- Savvyio.Queries
365-
 
366-
Version: 1.0.0
367-
Availability: .NET 7.0, .NET 6.0
368-
 
369-
# References
370-
- Savvyio
371-
- Savvyio.Commands
372-
- Savvyio.Domain
373-
- Savvyio.Domain.EventSourcing
374-
- Savvyio.EventDriven
375-
- Savvyio.Extensions.Dapper
376-
- Savvyio.Extensions.DependencyInjection
377-
- Savvyio.Extensions.DependencyInjection.Dapper
378-
- Savvyio.Extensions.DependencyInjection.DapperExtensions
379-
- Savvyio.Extensions.DependencyInjection.Domain
380-
- Savvyio.Extensions.DependencyInjection.EFCore
381-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain
382-
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing
383-
- Savvyio.Extensions.Dispatchers
384-
- Savvyio.Extensions.EFCore
385-
- Savvyio.Extensions.EFCore.Domain
386-
- Savvyio.Extensions.EFCore.Domain.EventSourcing
387-
- Savvyio.Queries
388320

.nuget/Savvyio.Commands.Messaging/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Commands/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Core/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Domain.EventSourcing/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.Domain/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.EventDriven.Messaging/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

.nuget/Savvyio.EventDriven/PackageReleaseNotes.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version: 4.4.1
2+
Availability: .NET 9 and .NET 8
3+
 
4+
# ALM
5+
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
6+
 
17
Version: 4.4.0
28
Availability: .NET 9 and .NET 8
39

0 commit comments

Comments
 (0)