File tree 5 files changed +26
-15
lines changed
5 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## sirmordred 1.0.4 - (2024-08-09)
4
+
5
+ **Bug fixes:**
6
+
7
+ * Identity refresh bug for some items\
8
+ Fix issue where some fields were not refreshed. The bug occurred
9
+ because the queries to OpenSearch filtered items in which
10
+ `author_uuid` was the individual pk, but not when the `<role>_uuid`
11
+ was the individual pk. That causes many items that contain the
12
+ `<role>_uuid` but not the `author_uuid` not to be refreshed.
13
+
14
+
3
15
## sirmordred 1.0.3 - (2024-08-02)
4
16
5
17
**Bug fixes:**
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sirmordred"
3
- version = " 1.0.4-rc.1 "
3
+ version = " 1.0.4"
4
4
description = " Drive GrimoireLab tools to produce a dashboard"
5
5
authors = [
6
6
" GrimoireLab Developers"
Original file line number Diff line number Diff line change
1
+ ## sirmordred 1.0.4 - (2024-08-09)
2
+
3
+ ** Bug fixes:**
4
+
5
+ * Identity refresh bug for some items\
6
+ Fix issue where some fields were not refreshed. The bug occurred
7
+ because the queries to OpenSearch filtered items in which
8
+ ` author_uuid ` was the individual pk, but not when the ` <role>_uuid `
9
+ was the individual pk. That causes many items that contain the
10
+ ` <role>_uuid ` but not the ` author_uuid ` not to be refreshed.
11
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # File auto-generated by semverup on 2024-08-09 09:05:23.397091
2
- __version__ = "1.0.4-rc.1 "
1
+ # File auto-generated by semverup on 2024-08-09 10:01:47.343364
2
+ __version__ = "1.0.4"
You can’t perform that action at this time.
0 commit comments