44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < meta name ="color-scheme " content ="light dark ">
7- < title > SDK Changelog - go </ title >
7+ < title > SDK Changelog - python </ title >
88 < style >
99 : root {
1010 --bg-color : # ffffff ;
9595 }
9696 </ style >
9797</ head >
98- < body > < h2 id ="go -sdk-changes "> Go SDK Changes:</ h2 >
98+ < body > < h2 id ="python -sdk-changes "> Python SDK Changes:</ h2 >
9999
100100< ul >
101- < li > < code > Outpost.Destinations.Create ()</ code > :
101+ < li > < code > outpost.destinations.create ()</ code > :
102102
103103< ul >
104- < li > < code > request.Body .union(kafka)</ code > < strong > Added</ strong > </ li >
104+ < li > < code > request.body .union(kafka)</ code > < strong > Added</ strong > </ li >
105105< li > < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
106106</ ul > </ li >
107- < li > < code > Outpost.Destinations.Disable ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
108- < li > < code > Outpost.Events.List ()</ code > : < code > request.Request </ code > < strong > Changed</ strong > (Breaking ⚠️)
107+ < li > < code > outpost.destinations.disable ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
108+ < li > < code > outpost.events.list ()</ code > : < code > request</ code > < strong > Changed</ strong > (Breaking ⚠️)
109109
110110< ul >
111- < li > < code > Time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
112- < li > < code > Time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
113- < li > < code > Time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
114- < li > < code > Time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
115- < li > < code > Time </ code > < strong > Added</ strong > </ li >
111+ < li > < code > time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
112+ < li > < code > time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
113+ < li > < code > time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
114+ < li > < code > time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
115+ < li > < code > time </ code > < strong > Added</ strong > </ li >
116116</ ul > </ li >
117- < li > < code > Outpost.Attempts.List ()</ code > :
117+ < li > < code > outpost.attempts.list ()</ code > :
118118
119119< ul >
120- < li > < code > request.Request </ code > < strong > Changed</ strong > (Breaking ⚠️)
120+ < li > < code > request</ code > < strong > Changed</ strong > (Breaking ⚠️)
121121
122122< ul >
123- < li > < code > Time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
124- < li > < code > Time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
125- < li > < code > Time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
126- < li > < code > Time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
127- < li > < code > Time </ code > < strong > Added</ strong > </ li >
123+ < li > < code > time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
124+ < li > < code > time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
125+ < li > < code > time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
126+ < li > < code > time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
127+ < li > < code > time </ code > < strong > Added</ strong > </ li >
128128</ ul > </ li >
129- < li > < code > response.Models [].Destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
129+ < li > < code > response.models [].destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
130130</ ul > </ li >
131- < li > < code > Outpost.Attempts.Get ()</ code > : < code > response.Destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
132- < li > < code > Outpost.Destinations.List ()</ code > : < code > response.[].union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
133- < li > < code > Outpost.Metrics.GetAttemptMetrics ()</ code > : < code > request.Request </ code > < strong > Changed</ strong > (Breaking ⚠️)
131+ < li > < code > outpost.attempts.get ()</ code > : < code > response.destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
132+ < li > < code > outpost.destinations.list ()</ code > : < code > response.[].union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
133+ < li > < code > outpost.metrics.get_attempt_metrics ()</ code > : < code > request</ code > < strong > Changed</ strong > (Breaking ⚠️)
134134
135135< ul >
136- < li > < code > Time [end]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
137- < li > < code > Time [start]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
138- < li > < code > Time </ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
136+ < li > < code > time [end]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
137+ < li > < code > time [start]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
138+ < li > < code > time </ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
139139</ ul > </ li >
140- < li > < code > Outpost.Destinations.Update ()</ code > :
140+ < li > < code > outpost.destinations.update ()</ code > :
141141
142142< ul >
143- < li > < code > request.Body .union(DestinationUpdateKafka)</ code > < strong > Added</ strong > </ li >
143+ < li > < code > request.body .union(DestinationUpdateKafka)</ code > < strong > Added</ strong > </ li >
144144< li > < code > response.union(Destination).union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
145145</ ul > </ li >
146- < li > < code > Outpost.Metrics.GetEventMetrics ()</ code > : < code > request.Request </ code > < strong > Changed</ strong > (Breaking ⚠️)
146+ < li > < code > outpost.metrics.get_event_metrics ()</ code > : < code > request</ code > < strong > Changed</ strong > (Breaking ⚠️)
147147
148148< ul >
149- < li > < code > Time [end]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
150- < li > < code > Time [start]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
151- < li > < code > Time </ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
149+ < li > < code > time [end]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
150+ < li > < code > time [start]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
151+ < li > < code > time </ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
152152</ ul > </ li >
153- < li > < code > Outpost.Destinations.Enable ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
154- < li > < code > Outpost.Destinations.Get ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
155- < li > < code > Outpost.Destinations.ListAttempts ()</ code > :
153+ < li > < code > outpost.destinations.enable ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
154+ < li > < code > outpost.destinations.get ()</ code > : < code > response.union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
155+ < li > < code > outpost.destinations.list_attempts ()</ code > :
156156
157157< ul >
158- < li > < code > request.Request </ code > < strong > Changed</ strong > (Breaking ⚠️)
158+ < li > < code > request</ code > < strong > Changed</ strong > (Breaking ⚠️)
159159
160160< ul >
161- < li > < code > Time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
162- < li > < code > Time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
163- < li > < code > Time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
164- < li > < code > Time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
165- < li > < code > Time </ code > < strong > Added</ strong > </ li >
161+ < li > < code > time [gt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
162+ < li > < code > time [gte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
163+ < li > < code > time [lt]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
164+ < li > < code > time [lte]</ code > < strong > Removed</ strong > (Breaking ⚠️)</ li >
165+ < li > < code > time </ code > < strong > Added</ strong > </ li >
166166</ ul > </ li >
167- < li > < code > response.Models [].Destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
167+ < li > < code > response.models [].destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
168168</ ul > </ li >
169- < li > < code > Outpost.Destinations.GetAttempt ()</ code > : < code > response.Destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
170- < li > < code > Outpost.Retry.Retry ()</ code > : < strong > Added</ strong > </ li >
171- < li > < code > Outpost.Attempts.Retry ()</ code > : < strong > Removed</ strong > (Breaking ⚠️)</ li >
169+ < li > < code > outpost.destinations.get_attempt ()</ code > : < code > response.destination .union(kafka)</ code > < strong > Added</ strong > (Breaking ⚠️)</ li >
170+ < li > < code > outpost.retry.retry ()</ code > : < strong > Added</ strong > </ li >
171+ < li > < code > outpost.attempts.retry ()</ code > : < strong > Removed</ strong > (Breaking ⚠️)</ li >
172172</ ul >
173173</ body >
174174</ html >
0 commit comments