ockam_app_lib 0.146.0

Ockam's desktop application library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.146.0 - 2025-01-09

### Added

- Simplify `node create` execution
- Improvements to portals commands arguments
- Updated dependencies

### Changed

- Extract `OCKAM_SQLITE_IN_MEMORY` env var usage up to the cli state initialization

## 0.145.0 - 2024-12-12

### Added

- Add `UDP` support to nodes and multiaddr. refactor multiaddr
- Updated dependencies

### Changed

- Make the auto-retry an implementation detail of repositories

## 0.144.0 - 2024-12-04

### Added

- Updated dependencies

## 0.143.0 - 2024-11-30

### Added

- Updated dependencies

## 0.142.0 - 2024-11-27

### Added

- Add env. variables for auth0
- Updated dependencies

## 0.141.0 - 2024-11-12

### Added

- `project ticket` show warning when using high values for ticket duration/usage
- Updated dependencies

## 0.140.0 - 2024-10-25

### Added

- Updated dependencies

## 0.139.0 - 2024-10-24

### Added

- Add more granular scopes for command logs
- Allow relay connection failure without failing relay creation
- Updated dependencies

## 0.138.0 - 2024-10-23

### Added

- Updated dependencies

## 0.137.0 - 2024-10-21

### Added

- Change behavior of how nodes' processes are stopped
- Improvements to commands outputs
- Updated dependencies

## 0.136.0 - 2024-10-16

### Added

- Updated dependencies

## 0.135.0 - 2024-10-11

### Added

- Compact enrollment ticket encoded format
- Updated dependencies

## 0.134.0 - 2024-09-23

### Added

- Added `TLS` inlet support
- Influxdb inlet/outlet that attach authorization token
- Add reliable `TCP` portals to `ockam_api`&`ockam_command`
- Improve ux of influxdb portal commands
- Updated dependencies

## 0.133.0 - 2024-08-14

### Added

- Updated dependencies

## 0.132.0 - 2024-08-12

### Added

- Updated dependencies

## 0.131.0 - 2024-08-06

### Added

- Rework `Session`s
- Updated dependencies

## 0.130.0 - 2024-07-29

### Added

- Wait for the project to be ready before creating an authority client
- Implicitly resolve outlet addresses during connection
- Converted socket addresses to hostnames in command
- Remove sync operations
- Updated dependencies

## 0.129.0 - 2024-07-03

### Added

- Updated dependencies

### Changed

- Use a published dependency for the patched sqlx library

## 0.128.0 - 2024-07-01

### Added

- Improve transport imports
- Integrate `UDP` puncture into `ockam_api`
- Use the any driver for sqlx to add support for postgres
- Optimize cbor encoding by preallocating memory
- Updated dependencies

## 0.127.0 - 2024-06-25

### Added

- Add `identity` arg to `tcp-inlet create` to customize secure channel identifier
- Unified relay creation logic for project and rust
- Updated dependencies

### Fixed

- Avoid confusing logging when debugging the app

## 0.126.0 - 2024-06-11

### Added

- Updated dependencies

## 0.125.0 - 2024-05-30

### Added

- Create a portal for exporting traces when a project exists
- Updated dependencies

## 0.124.0 - 2024-05-24

### Added

- Improve output of `node show` and `status` commands
- Add the possibility to use boolean expressions for policy expressions
- Address review comments
- Add an http server to the node manager to return the node resources
- Updated dependencies

## 0.123.0 - 2024-04-30

### Added

- Updated dependencies

## 0.122.0 - 2024-04-23

### Added

- Support https for outlets
- Scope some repositories to a given node name
- Updated dependencies

## 0.121.0 - 2024-04-12

### Added

- Use outgoing access control
- Updated dependencies

## 0.120.0 - 2024-04-01

### Added

- Authority project admin credentials
- Create 3 separate credential retriever types
- Updated dependencies

## 0.119.0 - 2024-03-25

### Added

- Authority project admin credentials
- Updated dependencies

## 0.118.0 - 2024-03-18

### Added

- Add the node name to spans
- Updated dependencies

### Changed

- Rename methods and variables to insist on the exporting

## 0.117.0 - 2024-02-28

### Added

- Add support for additional kafka addons
- Add opentelemetry tracing and logging support
- Delete `TrustContext`
- Improve credentials management
- Backup logs when app restarts inlet node
- Instrument more functions for enrollement
- Unify creation and retry connection for portal and relay
- Pass the tracing context at the ockam message level
- Add policies for resource types
- Add an environment variable to configure a crates filter for log messages
- Refactor `Project`-related code
- Updated dependencies

### Changed

- Move the handling of attributes expiration date to a layer above the repository
- Enable tracing by default

### Fixed

- Command's verbose argument now has preference over env vars
- Fix identity attributes expiration
- Store policies isolated by node and resource

## 0.116.0 - 2024-01-09

### Added

- Use `From` for converting errors
- Updated dependencies

## 0.115.0 - 2024-01-04

### Added

- Updated dependencies

## 0.114.0 - 2023-12-26

### Changed

- Close unneeded tcp connections in various clients
- Updated dependencies

## 0.113.0 - 2023-12-19

### Changed

- Updated dependencies

## 0.112.0 - 2023-12-18

### Changed

- Updated dependencies

## 0.15.0 - 2023-12-16

### Added

- Support self-invitation without breaking project enrollment

### Changed

- Persist application data in a database
- Split `node create` command code into separate files for background/foreground modes
- Updated dependencies

### Fixed

- Replace rolling appender to fix memory leak

## 0.14.0 - 2023-12-15

### Changed

- Split `node create` command code into separate files for background/foreground modes
- Updated dependencies

## 0.13.0 - 2023-12-12

### Changed

- Updated dependencies

## 0.12.0 - 2023-12-11

### Added

- Support self-invitation without breaking project enrollment

### Changed

- Updated dependencies

### Fixed

- Replace rolling appender to fix memory leak

## 0.11.0 - 2023-12-06

### Changed

- Persist application data in a database
- Updated dependencies

## 0.10.0 - 2023-12-05

### Changed

- Persist application data in a database
- Updated dependencies

## 0.9.0 - 2023-11-23

### Added

- Added persistent state for incoming services in the app

### Changed

- Updated dependencies

## 0.8.0 - 2023-11-17

### Added

- Added persistent state for incoming services in the app

### Changed

- Updated dependencies

## 0.7.0 - 2023-11-08

### Changed

- Use `BackgroundNode` to handle tcp-inlets within the app
- Use `AuthorityNode` directly in the app to generate enrollment tickets
- Use `AuthorityNode` directly in the app to enroll to a project
- Updated dependencies

### Removed

- Remove nodes from the app without using the `CLI`

## 0.6.0 - 2023-11-08

### Changed

- Use `BackgroundNode` to handle tcp-inlets within the app
- Use `AuthorityNode` directly in the app to generate enrollment tickets
- Use `AuthorityNode` directly in the app to enroll to a project
- Updated dependencies

### Removed

- Remove nodes from the app without using the `CLI`

## 0.5.0 - 2023-11-02

### Changed

- Setup app's logs with the same features we use in the cli
- Updated dependencies

### Fixed

- Fixed app crashes during refresh and during reset/shutdown

## 0.4.0 - 2023-10-26

### Changed

- Polishing desktop app paper cuts
- Updated dependencies

### Fixed

- Fixes many issues and papercuts in swift app

## 0.3.0 - 2023-10-25

### Changed

- Updated dependencies

### Fixed

- Fixes many issues and papercuts in swift app

## 0.2.0 - 2023-10-18

### Added

- Added native ockam desktop app for macos

### Changed

- Updated dependencies

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).