Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #476

Merged
merged 62 commits into from
Feb 6, 2023
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0e7b2da
fix: don't update syn meta if the node is mismatched (#433)
abc3 Jan 12, 2023
651c706
update multiplayer demo MAX_ROOM_USERS to 50
w3b6x9 Jan 13, 2023
73c4fed
fix: drop LHR and GRU (#436)
chasers Jan 16, 2023
9776e99
feat: footer improvements (#429)
chasers Jan 16, 2023
0f1bf7a
fix: switch to aws roles
inian Jan 17, 2023
a9e2a3b
chore: update staging branch to main and prod branch to release
w3b6x9 Jan 18, 2023
51e12c0
Add sjc replica (#441)
chasers Jan 18, 2023
a7066fa
fix: load sjc replica from DB_HOST_REPLICA_SJC env var (#443)
w3b6x9 Jan 18, 2023
3b7034b
Version is compiled now (#444)
chasers Jan 18, 2023
c41ca26
Bump version
chasers Jan 18, 2023
bb2588f
fix: replace replication poller process sleep with send_after (#447)
w3b6x9 Jan 18, 2023
79bf297
feat: show latency on db events on inspector (#450)
chasers Jan 19, 2023
73fee1a
fix: prepend inspector latency with tilde (#451)
w3b6x9 Jan 19, 2023
5e8df94
fix: update SLOT_NAME_SUFFIX to capture first 7 commit SHA chars
w3b6x9 Jan 20, 2023
e6277c0
docs: add WebSocket URL for local and prod in README
w3b6x9 Jan 26, 2023
f891178
fix: make rlimit configurable by env var (#460)
sweatybridge Jan 27, 2023
dbd1e2b
feat: add in op for filter and enable filter on delete records (#461)
w3b6x9 Jan 29, 2023
c666056
High res commit timestamps
chasers Jan 19, 2023
0601eb7
High res latency on Postgres payloads
chasers Jan 19, 2023
8bfd68d
toFixed(1)
chasers Jan 19, 2023
2d891b4
Footer precision to match multiplayer.dev
chasers Jan 19, 2023
ad0272a
Init footer latency to 0.0
chasers Jan 19, 2023
af0e0cc
Use ISO8601 with millis
chasers Jan 19, 2023
d9011aa
fix: update walrus db change ms timestamp migration
w3b6x9 Jan 29, 2023
2c29a9a
Merge branch 'release'
w3b6x9 Jan 30, 2023
4c0c342
Merge pull request #464 from supabase/fix/release
w3b6x9 Jan 30, 2023
9c13c55
fix: grammar/spelling changes (#465)
chasers Feb 1, 2023
2f5cbfd
Support `in` filter when parsing subscription params
chasers Feb 1, 2023
f497177
Use PostgREST syntax
chasers Feb 1, 2023
ad83092
Fix test
chasers Feb 1, 2023
e6abc86
feat: wrap 'in' filter value with curly brackets
w3b6x9 Feb 1, 2023
20894da
`bad` is not a real filter, why use it as an example?
chasers Feb 1, 2023
b828d98
Sort region nodes by node name
chasers Feb 3, 2023
46aa630
Adds a doc
chasers Feb 3, 2023
61828a2
Consolidate launch_node fn and add logging
chasers Feb 3, 2023
fca7682
feat: use regex for 'in' filter parentheses value
w3b6x9 Feb 2, 2023
90fb513
Map "sea" to SJC database
chasers Jan 31, 2023
3eca5b9
Change regions map `fra` to `lhr` and `sjc` to `sea`
chasers Jan 31, 2023
9ed68e3
Use node short id and put region on status page
chasers Feb 4, 2023
14aacfb
Handle nohost for tests
chasers Feb 6, 2023
f40790d
Include region in latency payloads
chasers Feb 6, 2023
898223b
Remove extra Logger statement
chasers Feb 6, 2023
36b57c0
Short node name only needed with an ipv6 address
chasers Feb 6, 2023
08fbd65
Usage Logger server init
chasers Jan 23, 2023
35ebc2c
Telem usage logger
chasers Jan 30, 2023
dbf5a22
Working
chasers Feb 1, 2023
d3df9a5
Make counting more obvious in realtime channel
chasers Feb 1, 2023
d0f3d8e
Metric for Channel events
chasers Feb 1, 2023
0d2d24a
Optionally execute telemetry from a `RateCounter`
chasers Feb 2, 2023
cd90312
Cleanup
chasers Feb 2, 2023
2492412
Cleanup
chasers Feb 2, 2023
104bf39
List tenants for a node only
chasers Feb 2, 2023
39b9029
Start Realtime.Tenants module
chasers Feb 2, 2023
b09a8a2
Change :all limiter key to :plug because that's what it is
chasers Feb 2, 2023
6dbfd3a
Fix test
chasers Feb 2, 2023
e57fad6
Changes limiter keys to be more obvious
chasers Feb 2, 2023
46b8a4a
Fix tests
chasers Feb 2, 2023
98f0f00
Unused variables
chasers Feb 2, 2023
285aa2e
feat: admin tenants index (#442)
chasers Feb 6, 2023
986bff3
fix: log badrpc reason
chasers Feb 6, 2023
733eff7
fix: remove Erlang binary notation
chasers Feb 6, 2023
f27367d
Merge branch 'release'
w3b6x9 Feb 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/realtime/telemetry/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Realtime.Telemetry.Logger do

def init(_args) do
:telemetry.attach_many(
<<"telemetry-logger">>,
"telemetry-logger",
@events,
&__MODULE__.handle_event/4,
[]
Expand Down