Skip to content

Releases: smartcontractkit/chainlink-common

pkg/chipingress/v0.0.8

17 Oct 18:26
ff80168

Choose a tag to compare

v0.9.4

02 Sep 16:25
d3af2df

Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.1

20 Aug 15:30
4aeae90

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

14 Aug 11:16
95cf0ac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

14 Jul 21:49
674a6a4

Choose a tag to compare

What's Changed

  • Update CODEOWNERS by @secure-michelemin in #1124
  • pkg/monitoring: add go.mod by @jmank88 in #1121
  • Revert "revert 8b1123f (#1126)" by @patrickhuie19 in #1136
  • Migrate over loopinstall for installing loop plugins by @chainchad in #1125
  • Rename codeowner team from realtime->data-tooling by @albert597 in #1141
  • added csa auth to chip ingress by @albert597 in #1132
  • beholder: config options for chip-ingress by @pkcll in #1123
  • Use multi-line string to clean up help/usage for loopinstall by @chainchad in #1138
  • [CAPPL-732] Detect NoDAG WASM via specific import by @bolekk in #1143
  • [CAPPL-733] Make WASM Module mockable by @bolekk in #1147
  • Add GettransactionFee to EVM chain service by @Unheilbar in #1142
  • add evm relayer service by @Unheilbar in #1150
  • Create the interfaces for the CRE v2 by @nolag in #1153
  • extend beholder tester by providing functions for accessing messages by @EasterTheBunny in #1151
  • INFOPLAT-2216 Updates chipingress protos by @hendoxc in #1154
  • Add a client generator for CRE SDK v2. by @nolag in #1157
  • Add the ability to call capabilities with an any instead of a values.Value by @nolag in #1152
  • EVMRelayer -> EVMService, rm embedded Relayer from EVMService by @Unheilbar in #1163
  • LICENSE updates by @bolekk in #1166
  • pkg/config/configtest: move package cfgtest from chainlink/v2 by @jmank88 in #1103
  • Update Module v2 protos by @bolekk in #1165
  • swap freeport library by @jmank88 in #1169
  • Capability Error Reporting by @ettec in #1133
  • Remove unused methods from capabilities regitry, split the interface in two... by @nolag in #1162
  • Add mock generation to the capability code generator and test runners and runtimes for workflows by @nolag in #1158
  • Use OnceValues in promise by @nolag in #1159
  • Add capability server helper generation by @nolag in #1164
  • make db cleanup best effort by @krehermann in #1171
  • migrate port allocator by @krehermann in #1176
  • Add WASI runner and runtime for the CRE v2 SDK by @nolag in #1175
  • CapabilityExecutor interface for Module/Host by @bolekk in #1177
  • Add mismatched package naming handling to protoc template generator by @ilija42 in #1173
  • Register multiple triggers by @MStreet3 in #1180
  • Alias simple consensus type from pb package in the SDK. This allows workflow authors to not need to import the pb package directly by @nolag in #1182
  • refactor: exposes CapabilityWrapper by @MStreet3 in #1183
  • BCFR-1330 by @Unheilbar in #1161
  • Allow unstubed methods for non-strict triggers by @nolag in #1178
  • feat: module executes CallCapability provided by workflow engine by @MStreet3 in #1184
  • Capability Interface Test Framework by @EasterTheBunny in #1083
  • Consensus capability proto by @nolag in #1186
  • chore: expose test workflow by @MStreet3 in #1187
  • migrate cron capability to v2 api by @ettec in #1181
  • INFOPLAT-2320: Use beholder newAttributes function to process attributes in Chip-Ingress by @kirqz23 in #1188
  • PLEX-500 by @Unheilbar in #1179
  • refactor: export concrete server type on generate by @MStreet3 in #1191
  • fix(capabilities): handle nil capability registry in generated server wrapper by @MStreet3 in #1194
  • chore: adds unit tests and clearer error message on failure by @MStreet3 in #1193
  • fix: ensures every call can be found by an await by @MStreet3 in #1197
  • fix(capabilities): enable long running trigger response transform by @MStreet3 in #1198
  • Fix a bug where generated code cannot import the same package name twice by @nolag in #1195
  • add GetEstimateFee by @Unheilbar in #1196
  • Part of CAPPL-816: Use the consensus capability SDK in the runtime. A fake still needs to be used. by @nolag in #1192
  • billing protos references protos repo by @EasterTheBunny in #1199
  • Plex 131 evm capability Part 1 by @ilija42 in #1174
  • update description for GetTransactionFee by @Unheilbar in #1201
  • Plex 131 evm capability part 2 by @ilija42 in #1202
  • Add ShowAllValues option to Gauge Panels by @kirqz23 in #1206
  • Fixed variable name typo by @amit-momin in #1203
  • Expose NoValue option on BarGauge and Gauge panels by @kirqz23 in #1207
  • Billing: Use GRPC NewClient by @EasterTheBunny in #1204
  • CAPPL-881: Make capability call IDs deterministic by @nolag in #1200
  • Fix loopinstall to install via local relative path by @chainchad in #1210
  • use insecure credentials as the default fallback for local testing by @EasterTheBunny in #1212
  • pkg/beholder: move loop.OtelAttributes here by @jmank88 in #1208
  • chip-ingress: set Authority header for gRPC connection by @pkcll in #1215
  • Fix a bug in logging, we expect raw bytes but try to be too fancy in the log function. by @nolag in #1219
  • pkg/utils: add CL_RUN_FLAKEY to run skipped flakey tests by @jmank88 in #1137
  • Remove default logger in wasm to keep testing the same as normal execution by @nolag in #1222
  • fix(capabilities): internally stop forwarding responses on unregister by @MStreet3 in #1221
  • added expected resources to info and requested limits to request by @EasterTheBunny in #1217
  • pkg/http: move package http from core by @jmank88 in #1227
  • Plex 1458 Rearrange evm relayer service and chain capability packages and add a comment to callContract by @ilija42 in #1218
  • Plex 1458 part-3 - Remove wrappers in EVM service because of evm capability sdk UX by @ilija42 in #1223
  • [CAPPL-736] Beholder Logger by @bolekk in #1229
  • Fix labels in Beholder Logger by @bolekk in #1232
  • [CRE-457] Add vault plugin type by @cedric-cordenier in #1228
  • fix(capabilities): pass separate context to stream by @MStreet3 in htt...
Read more

v0.7.0

25 Apr 14:20
3a2ccad

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

27 Mar 15:38
ef0e243

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Mar 11:46
15c7c2d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

16 Jan 12:20
5ef3235

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Dec 22:27
b403079

Choose a tag to compare

What's Changed

Read more