Skip to content

Commit 330a61e

Browse files
authored
Merge branch 'gz-transport12' into srmainwaring/12/node-abstract-request
2 parents 0fd4b7c + 5aa3fa8 commit 330a61e

File tree

19 files changed

+413
-209
lines changed

19 files changed

+413
-209
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Ubuntu Focal CI
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Compile and test
1313
id: ci
1414
uses: gazebo-tooling/action-gz-ci@focal
@@ -22,7 +22,7 @@ jobs:
2222
name: Ubuntu Jammy CI
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626
- name: Compile and test
2727
id: ci
2828
uses: gazebo-tooling/action-gz-ci@jammy

COPYING

-178
This file was deleted.

Changelog.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,33 @@
103103

104104
## Gazebo Transport 11.X
105105

106+
### Gazebo Transport 11.4.0 (2023-03-08)
107+
108+
1. Added Node::RequestRaw
109+
* [Pull request #351](https://github.com/gazebosim/gz-transport/pull/351)
110+
111+
1. Suppress some Windows warnings.
112+
* [Pull request #367](https://github.com/gazebosim/gz-transport/pull/367)
113+
114+
1. All changes up to version 8.2.0.
115+
116+
### Gazebo Transport 11.3.2 (2022-12-08)
117+
118+
1. Fix include/ignition/.../parameters header files
119+
* [Pull request #374](https://github.com/gazebosim/gz-transport/pull/374)
120+
121+
### Gazebo Transport 11.3.1 (2022-12-01)
122+
123+
1. Fix CLI configuration install path to ignition
124+
* [Pull request #372](https://github.com/gazebosim/gz-transport/pull/372)
125+
106126
### Gazebo Transport 11.3.0 (2022-10-31)
107127

108128
1. Add parameters component
109-
* [Pull request #305](https://github.com/gazebosim/ign-transport/pull/305)
129+
* [Pull request #305](https://github.com/gazebosim/gz-transport/pull/305)
110130

111131
1. Fix build for Debian Bullseye
112-
* [Pull request #363](https://github.com/gazebosim/ign-transport/pull/363)
132+
* [Pull request #363](https://github.com/gazebosim/gz-transport/pull/363)
113133

114134
### Gazebo Transport 11.2.0 (2022-08-16)
115135

@@ -339,6 +359,17 @@
339359
and publication, age, and reception statistics.
340360
* [Pull request 205](https://github.com/gazebosim/gz-transport/pull/205)
341361

362+
### Gazebo Transport 8.4.0 (2022-11-17)
363+
364+
1. ign -> gz : Remove redundant namespace references.
365+
* [Pull request #345](https://github.com/gazebosim/gz-transport/pull/345)
366+
367+
1. Backport Windows fix from main branch.
368+
* [Pull request #350](https://github.com/gazebosim/gz-transport/pull/350)
369+
370+
1. ign -> gz Migrate Ignition Headers : gz-transport.
371+
* [Pull request #347](https://github.com/gazebosim/gz-transport/pull/347)
372+
342373
### Gazebo Transport 8.3.0 (2022-07-27)
343374

344375
1. Ignition -> Gazebo

0 commit comments

Comments
 (0)